Method
TalkatuActionGroupget_buffer
Declaration [src]
GtkTextBuffer*
talkatu_action_group_get_buffer (
TalkatuActionGroup* ag
)
Description [src]
TalkatuActionGroup
‘s are bound to a specific GtkTextBuffer
. This function
return the one that ag
is bound to.
Gets property | Talkatu.ActionGroup:buffer |
Return value
Type: GtkTextBuffer
The GtkTextBuffer
that ag
is bound to.
The data is owned by the instance. |