Method
TalkatuBufferget_action_group
Declaration [src]
GSimpleActionGroup*
talkatu_buffer_get_action_group (
TalkatuBuffer* buffer
)
Description [src]
A TalkatuBuffer
can support multiple actions, whether it’s formatting
of text, or being able to insert images, code, etc. This function is called
by TalkatuView
to map them to keybindings as well as the format toolbar.
Gets property | Talkatu.Buffer:action-group |
Return value
Type: GSimpleActionGroup
The GSimpleActionGroup
the buffer
supports.
The data is owned by the instance. |