Home
last modified time | relevance | path

Searched refs:buf_class (Results 1 – 2 of 2) sorted by relevance

/dports/editors/xed/xed-3.2.0/xed/
H A Dxed-document.c392 GtkTextBufferClass *buf_class = GTK_TEXT_BUFFER_CLASS (klass); in xed_document_class_init() local
400 buf_class->begin_user_action = xed_document_begin_user_action; in xed_document_class_init()
401 buf_class->end_user_action = xed_document_end_user_action; in xed_document_class_init()
402 buf_class->mark_set = xed_document_mark_set; in xed_document_class_init()
403 buf_class->changed = xed_document_changed; in xed_document_class_init()
/dports/editors/pluma/pluma-1.26.0/pluma/
H A Dpluma-document.c442 GtkTextBufferClass *buf_class = GTK_TEXT_BUFFER_CLASS (klass); in pluma_document_class_init() local
449 buf_class->mark_set = pluma_document_mark_set; in pluma_document_class_init()
450 buf_class->changed = pluma_document_changed; in pluma_document_class_init()