Method
TalkatuBufferset_action_group
since: 0.2.0
Declaration [src]
void
talkatu_buffer_set_action_group (
TalkatuBuffer* buffer,
GSimpleActionGroup* action_group
)
Description [src]
Sets the GSimpleActionGroup of buffer to action_group.
action_group is used to determine what formatting tags are currently
enabled among other things.
Available since: 0.2.0
Parameters
action_group-
Type:
GSimpleActionGroupThe new action group.
The data is owned by the caller of the function.