Constructor
TalkatuBuffernew
Declaration [src]
GtkTextBuffer*
talkatu_buffer_new (
GSimpleActionGroup* action_group
)
Description [src]
This is a simple GtkTextBuffer
subclass that contains the shared behavior
for the other Talkatu text buffers.
Parameters
action_group
-
Type:
GSimpleActionGroup
An optional
GSimpleAction
group to use.The data is owned by the caller of the function.
Return value
Type: GtkTextBuffer
The TalkatuBuffer
instance.
The caller of the function takes ownership of the data, and is responsible for freeing it. |