Function

AtkRelationTypeget_name

Declaration [src]

const gchar*
atk_relation_type_get_name (
  AtkRelationType type
)

Description [src]

Gets the description string describing the AtkRelationType type.

Parameters

type

Type: AtkRelationType

The AtkRelationType whose name is required.

Return value

Type: const gchar*

The string describing the AtkRelationType.

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