Function

AtkRoleget_name

Declaration [src]

const gchar*
atk_role_get_name (
  AtkRole role
)

Description [src]

Gets the description string describing the AtkRole role.

Parameters

role

Type: AtkRole

The AtkRole whose name is required.

Return value

Type: const gchar*

The string describing the AtkRole.

The data is owned by the called function.
The value is a NUL terminated UTF-8 string.