Top | ![]() |
![]() |
![]() |
![]() |
GObject ╰── GtkListStore ╰── GucharmapChaptersModel ├── GucharmapBlockChaptersModel ╰── GucharmapScriptChaptersModel
GucharmapCodepointList * gucharmap_chapters_model_get_codepoint_list (GucharmapChaptersModel *chapters
,GtkTreeIter *iter
);
Creates a new GucharmapCodepointList representing the characters in the current chapter.
the newly-created GucharmapCodepointList,
or NULL if there is no chapter selected. The caller should release the
result with g_object_unref()
when finished.
[transfer full]
const char *
gucharmap_chapters_model_get_title (GucharmapChaptersModel *chapters
);
GucharmapCodepointList *
gucharmap_chapters_model_get_book_codepoint_list
(GucharmapChaptersModel *chapters
);
a reference to a GucharmapCodepointList
representing all the characters in all the chapters. It should not be
modified, but must be g_object_unref()
'd after use.
[transfer full]
gboolean gucharmap_chapters_model_character_to_iter (GucharmapChaptersModel *chapters
,gunichar wc
,GtkTreeIter *iter
);
gboolean gucharmap_chapters_model_id_to_iter (GucharmapChaptersModel *chapters_model
,const char *id
,GtkTreeIter *_iter
);