Augmented a comment to include a note on string length requirements.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1151 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -271,6 +271,10 @@ BVolume::FreeBytes(void) const
|
|||||||
// GetName (public)
|
// GetName (public)
|
||||||
// ----------------------------------------------------------------------
|
// ----------------------------------------------------------------------
|
||||||
// Copies the name of the volume into the supplied buffer.
|
// Copies the name of the volume into the supplied buffer.
|
||||||
|
//
|
||||||
|
// The string pointed to by \a name must be long enough to
|
||||||
|
// hold the entire volume name. A length of B_PATH_NAME_LENGTH
|
||||||
|
// is safe and reccommended.
|
||||||
|
|
||||||
status_t
|
status_t
|
||||||
BVolume::GetName(
|
BVolume::GetName(
|
||||||
|
|||||||
Reference in New Issue
Block a user