Method

BirbLocalizedStringget_id

since: 0.5

Declaration [src]

const char*
birb_localized_string_get_id (
  BirbLocalizedString* str
)

Description [src]

Gets the id.

Available since: 0.5

Return value

Type: const char*

The id.

The returned data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.