Method

PwgGlobaldup_name

since: 0.1

Declaration [src]

char*
pwg_global_dup_name (
  PwgGlobal* self
)

Description [src]

Copies the best available common name for this global.

Stability: Unstable

Available since: 0.1

Return value

Type: char*

A common display or stable object name, or NULL.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.