Fix BCountry::GetName() method that was showing in BVolume::GetName()
This commit is contained in:
parent
9d5f5318a5
commit
bcd9244e4a
@ -64,11 +64,16 @@
|
|||||||
|
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\fn bool BCountry::GetName(BString& name) const
|
\fn status_t BCountry::GetName(BString& name,
|
||||||
\brief Get the name of the country.
|
const BLanguage* displayLanguage = NULL) const
|
||||||
|
\brief Writes the country's name into the supplied BString.
|
||||||
|
|
||||||
Fills in the name parameter with the name of the country in the
|
\param name A reference to a BString to write the country name to.
|
||||||
language set by the user's locale.
|
\param displayLanguage The language to use when writing the name. Can be
|
||||||
|
\c NULL to use the language set by the user's locale.
|
||||||
|
|
||||||
|
\returns A status code, B_OK if everything went fine, or an error code
|
||||||
|
otherwise.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user