forked from AuroraMiddleware/gtk
docs: Add missing fields to GtkTextBufferClass
This commit is contained in:
parent
b2b451d762
commit
13f9993007
@ -77,6 +77,10 @@ struct _GtkTextBuffer
|
||||
* @begin_user_action: The class handler for the #GtkTextBuffer::begin-user-action signal.
|
||||
* @end_user_action: The class handler for the #GtkTextBuffer::end-user-action signal.
|
||||
* @paste_done: The class handler for the #GtkTextBuffer::paste-done signal.
|
||||
* @undo: The class handler for the #GtkTextBuffer::undo signal
|
||||
* @redo: The class handler for the #GtkTextBuffer::redo signal
|
||||
*
|
||||
* The class structure for #GtkTextBuffer.
|
||||
*/
|
||||
struct _GtkTextBufferClass
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user