Home
last modified time | relevance | path

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

/dports/mail/evolution/evolution-3.42.1/src/mail/
H A De-mail-templates-store.c399 if (templates_store) { in tmpl_folder_data_update_done_cb()
522 if (!templates_store) in tmpl_folder_data_schedule_update()
576 if (templates_store) { in tmpl_folder_data_folder_changed_cb()
959 if (templates_store) { in tmpl_store_data_update_done_cb()
1081 if (!templates_store) in tmpl_store_data_schedule_initial_setup()
1377 if (templates_store) { in tmpl_store_data_notify_display_name_cb()
1615 if (templates_store) { in templates_store_service_enabled_cb()
1633 if (templates_store) { in templates_store_service_disabled_cb()
1651 if (templates_store) { in templates_store_service_removed_cb()
1671 if (templates_store) { in templates_store_source_changed_cb()
[all …]
H A De-mail-templates-store.h77 void (*changed) (EMailTemplatesStore *templates_store);
80 typedef void (* EMailTemplatesStoreActionFunc) (EMailTemplatesStore *templates_store,
91 (EMailTemplatesStore *templates_store);
93 (EMailTemplatesStore *templates_store,
103 (EMailTemplatesStore *templates_store,
H A Dem-composer-utils.c3959 EMailTemplatesStore *templates_store; in emcu_create_templates_combo() local
3968templates_store = e_mail_templates_store_ref_default (e_mail_ui_session_get_account_store (E_MAIL_… in emcu_create_templates_combo()
3970 …tree_store = e_mail_templates_store_build_model (templates_store, folder_uri, message_uid, &found_… in emcu_create_templates_combo()
3985 g_clear_object (&templates_store); in emcu_create_templates_combo()
/dports/editors/gnome-latex/gnome-latex-3.38.0/src/liblatexila/
H A Dlatexila-templates-manage-dialog.c118 LatexilaTemplatesPersonal *templates_store; in delete_button_clicked_cb() local
131 templates_store = latexila_templates_personal_get_instance (); in delete_button_clicked_cb()
132 g_return_if_fail (GTK_TREE_MODEL (templates_store) == model); in delete_button_clicked_cb()
158 latexila_templates_personal_delete (templates_store, &iter, &error); in delete_button_clicked_cb()
192 LatexilaTemplatesPersonal *templates_store; in move_template() local
203 templates_store = latexila_templates_personal_get_instance (); in move_template()
204 g_return_if_fail (GTK_TREE_MODEL (templates_store) == model); in move_template()
209 latexila_templates_personal_move_up (templates_store, &iter, &error); in move_template()
213 latexila_templates_personal_move_down (templates_store, &iter, &error); in move_template()
318 LatexilaTemplatesPersonal *templates_store; in latexila_templates_manage_dialog_init() local
[all …]
/dports/mail/evolution/evolution-3.42.1/src/plugins/templates/
H A Dtemplates.c91 EMailTemplatesStore *templates_store; member
103 if (td->templates_store && td->changed_handler_id) { in templates_data_free()
104 g_signal_handler_disconnect (td->templates_store, td->changed_handler_id); in templates_data_free()
108 g_clear_object (&td->templates_store); in templates_data_free()
692 action_reply_with_template_cb (EMailTemplatesStore *templates_store, in action_reply_with_template_cb() argument
934 e_mail_templates_store_build_menu (td->templates_store, shell_view, ui_manager, action_group, in templates_update_actions_cb()
963 templates_store_changed_cb (EMailTemplatesStore *templates_store, in templates_store_changed_cb() argument
994 …td->templates_store = e_mail_templates_store_ref_default (e_mail_ui_session_get_account_store (E_M… in mail_shell_view_created_cb()
995 …td->changed_handler_id = g_signal_connect (td->templates_store, "changed", G_CALLBACK (templates_s… in mail_shell_view_created_cb()