Function

AtkTextAttributeregister

Declaration [src]

AtkTextAttribute
atk_text_attribute_register (
  const gchar* name
)

Description [src]

Associate name with a new AtkTextAttribute.

Parameters

name

Type: const gchar*

A name string.

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

Return value

Type: AtkTextAttribute

An AtkTextAttribute associated with name.