Home
last modified time | relevance | path

Searched refs:xed_app_get_documents (Results 1 – 5 of 5) sorted by relevance

/dports/editors/xed/xed-3.2.0/xed/
H A Dxed-settings.c228 docs = xed_app_get_documents (XED_APP (g_application_get_default ())); in on_scheme_changed()
249 docs = xed_app_get_documents (XED_APP (g_application_get_default ())); in on_auto_save_changed()
271 docs = xed_app_get_documents (XED_APP (g_application_get_default ())); in on_auto_save_interval_changed()
293 docs = xed_app_get_documents (XED_APP (g_application_get_default ())); in on_syntax_highlighting_changed()
H A Dxed-app.h87 GList *xed_app_get_documents (XedApp *app);
H A Dxed-app.c1179 xed_app_get_documents (XedApp *app) in xed_app_get_documents() function
H A Dxed-tab.c1811 all_documents = xed_app_get_documents (XED_APP (g_application_get_default ())); in load_cb()
/dports/editors/xed/xed-3.2.0/plugins/filebrowser/
H A Dxed-file-browser-plugin.c759 documents = xed_app_get_documents (XED_APP (g_application_get_default ())); in on_rename_cb()