![]() |
![]() |
![]() |
xmlroff Reference Manual | ![]() |
---|---|---|---|---|
LibfoPangoAttrPointer; gpointer libfo_pango_attr_callback_get_callback (const PangoAttribute *attr); PangoAttrType libfo_pango_attr_callback_get_type (void); PangoAttribute* libfo_pango_attr_callback_new (gpointer callback);
typedef struct { PangoAttribute attr; gpointer pointer; } LibfoPangoAttrPointer;
gpointer libfo_pango_attr_callback_get_callback (const PangoAttribute *attr);
Get the callback associated with attr
.
|
The 'callback' attribute. |
Returns : |
The callback. |
PangoAttrType libfo_pango_attr_callback_get_type (void);
Register the 'callback' PangoAttribute type.
Returns : |
The new PangoAttrType. |
PangoAttribute* libfo_pango_attr_callback_new (gpointer callback);
Create a new callback attribute.
|
the callback |
Returns : |
the new PangoAttribute. |