Home
last modified time | relevance | path

Searched refs:unsaved_documents (Results 1 – 20 of 20) sorted by relevance

/dports/editors/gedit/gedit-40.1/gedit/
H A Dgedit-close-confirmation-dialog.c51 GList *unsaved_documents; member
149 g_list_free (dlg->unsaved_documents); in gedit_close_confirmation_dialog_finalize()
226 GList *unsaved_documents) in gedit_close_confirmation_dialog_new() argument
233 "unsaved-documents", unsaved_documents, in gedit_close_confirmation_dialog_new()
253 GList *unsaved_documents; in gedit_close_confirmation_dialog_new_single() local
257 unsaved_documents = g_list_prepend (NULL, doc); in gedit_close_confirmation_dialog_new_single()
259 g_list_free (unsaved_documents); in gedit_close_confirmation_dialog_new_single()
474 g_list_length (dlg->unsaved_documents)), in build_multiple_docs_dialog()
475 g_list_length (dlg->unsaved_documents)); in build_multiple_docs_dialog()
529 g_return_if_fail (dlg->unsaved_documents == NULL); in set_unsaved_document()
[all …]
H A Dgedit-close-confirmation-dialog.h36 GList *unsaved_documents);
H A Dgedit-commands-file.c1896 const GList *unsaved_documents; in close_confirmation_dialog_response_handler() local
1898 unsaved_documents = gedit_close_confirmation_dialog_get_unsaved_documents (dlg); in close_confirmation_dialog_response_handler()
1899 g_return_if_fail (unsaved_documents->next == NULL); in close_confirmation_dialog_response_handler()
1901 close_document (window, GEDIT_DOCUMENT (unsaved_documents->data)); in close_confirmation_dialog_response_handler()
/dports/devel/gtranslator/gtranslator-40.0/src/
H A Dgtr-close-confirmation-dialog.c64 GList *unsaved_documents; member
74 (priv->unsaved_documents->next == NULL)) ? \
161 if (priv->unsaved_documents != NULL) in gtr_close_confirmation_dialog_finalize()
162 g_list_free (priv->unsaved_documents); in gtr_close_confirmation_dialog_finalize()
295 g_return_val_if_fail (unsaved_documents != NULL, NULL); in gtr_close_confirmation_dialog_new()
315 GList *unsaved_documents; in gtr_close_confirmation_dialog_new_single() local
318 unsaved_documents = g_list_prepend (NULL, doc); in gtr_close_confirmation_dialog_new_single()
323 g_list_free (unsaved_documents); in gtr_close_confirmation_dialog_new_single()
344 doc = GTR_PO (priv->unsaved_documents->data); in build_single_doc_dialog()
605 g_return_if_fail (priv->unsaved_documents == NULL); in set_unsaved_document()
[all …]
H A Dgtr-actions-file.c687 save_and_close_all_documents (GList * unsaved_documents, GtrWindow * window) in save_and_close_all_documents() argument
693 for (l = unsaved_documents; l != NULL; l = g_list_next (l)) in save_and_close_all_documents()
778 const GList *unsaved_documents; in close_confirmation_dialog_response_handler() local
780 unsaved_documents = in close_confirmation_dialog_response_handler()
782 g_return_if_fail (unsaved_documents->next == NULL); in close_confirmation_dialog_response_handler()
786 (unsaved_documents->data)); in close_confirmation_dialog_response_handler()
H A Dgtr-close-confirmation-dialog.h62 unsaved_documents,
/dports/editors/pluma/pluma-1.26.0/pluma/dialogs/
H A Dpluma-close-confirmation-dialog.c72 GList *unsaved_documents; member
82 (priv->unsaved_documents->next == NULL)) ? \
114 g_list_copy (priv->unsaved_documents); in response_cb()
232 if (priv->unsaved_documents != NULL) in pluma_close_confirmation_dialog_finalize()
233 g_list_free (priv->unsaved_documents); in pluma_close_confirmation_dialog_finalize()
361 GList *unsaved_documents, in pluma_close_confirmation_dialog_new() argument
390 GList *unsaved_documents; in pluma_close_confirmation_dialog_new_single() local
396 unsaved_documents, in pluma_close_confirmation_dialog_new_single()
399 g_list_free (unsaved_documents); in pluma_close_confirmation_dialog_new_single()
720 g_list_length (priv->unsaved_documents)); in build_multiple_docs_dialog()
[all …]
H A Dpluma-close-confirmation-dialog.h65 GList *unsaved_documents,
/dports/editors/xed/xed-3.2.0/xed/
H A Dxed-close-confirmation-dialog.c68 GList *unsaved_documents; member
73 #define GET_MODE(priv) (((priv->unsaved_documents != NULL) && \
200 if (priv->unsaved_documents != NULL) in xed_close_confirmation_dialog_finalize()
202 g_list_free (priv->unsaved_documents); in xed_close_confirmation_dialog_finalize()
334 g_return_val_if_fail (unsaved_documents != NULL, NULL); in xed_close_confirmation_dialog_new()
357 GList *unsaved_documents; in xed_close_confirmation_dialog_new_single() local
360 unsaved_documents = g_list_prepend (NULL, doc); in xed_close_confirmation_dialog_new_single()
364 g_list_free (unsaved_documents); in xed_close_confirmation_dialog_new_single()
696 g_return_if_fail (priv->unsaved_documents == NULL); in set_unsaved_document()
698 priv->unsaved_documents = g_list_copy ((GList *)list); in set_unsaved_document()
[all …]
H A Dxed-close-confirmation-dialog.h64 GList *unsaved_documents,
H A Dxed-commands-file.c1646 const GList *unsaved_documents; in close_confirmation_dialog_response_handler() local
1648 unsaved_documents = xed_close_confirmation_dialog_get_unsaved_documents (dlg); in close_confirmation_dialog_response_handler()
1649 g_return_if_fail (unsaved_documents->next == NULL); in close_confirmation_dialog_response_handler()
1651 close_document (window, XED_DOCUMENT (unsaved_documents->data)); in close_confirmation_dialog_response_handler()
/dports/graphics/eom/eom-1.26.0/src/
H A Deom-close-confirmation-dialog.h64 GList *unsaved_documents);
/dports/editors/setzer/Setzer-0.4.1/setzer/workspace/
H A Dworkspace.py360 unsaved_documents = list()
363 unsaved_documents.append(document)
365 return unsaved_documents if len(unsaved_documents) >= 1 else None
/dports/graphics/xviewer/xviewer-3.2.2/src/
H A Dxviewer-close-confirmation-dialog.h82 GList *unsaved_documents);
/dports/graphics/eog/eog-41.1/src/
H A Deog-close-confirmation-dialog.h82 GList *unsaved_documents);
/dports/editors/gnome-latex/gnome-latex-3.38.0/src/
H A Dmain_window.vala596 Gee.List<Document> unsaved_documents = new Gee.LinkedList<Document> ();
600 unsaved_documents.add (doc);
603 return unsaved_documents;
855 Gee.List<Document> unsaved_documents = get_unsaved_documents ();
858 if (unsaved_documents.size == 0)
865 else if (unsaved_documents.size == 1)
867 Document doc = unsaved_documents.first ();
879 Dialogs.close_several_unsaved_documents (this, unsaved_documents);
H A Dmain_window.c2536 GeeList* unsaved_documents = NULL; in main_window_get_unsaved_documents() local
2544 unsaved_documents = (GeeList*) _tmp0_; in main_window_get_unsaved_documents()
2597 _tmp8_ = unsaved_documents; in main_window_get_unsaved_documents()
2613 result = unsaved_documents; in main_window_get_unsaved_documents()
3907 GeeList* unsaved_documents = NULL; in main_window_close_all_documents() local
3918 unsaved_documents = _tmp0_; in main_window_close_all_documents()
3920 _tmp1_ = unsaved_documents; in main_window_close_all_documents()
3945 _tmp5_ = unsaved_documents; in main_window_close_all_documents()
3961 _tmp8_ = unsaved_documents; in main_window_close_all_documents()
4001 _tmp15_ = unsaved_documents; in main_window_close_all_documents()
[all …]
/dports/editors/setzer/Setzer-0.4.1/
H A Dsetzer.in77 unsaved_documents = self.workspace.get_unsaved_documents()
79 … not_save_to_close_documents = dialog.run(unsaved_documents)['not_save_to_close_documents']
/dports/editors/setzer/Setzer-0.4.1/setzer/workspace/actions/
H A Dactions.py336 unsaved_documents = self.workspace.get_unsaved_documents()
338 not_save_to_close_documents = dialog.run(unsaved_documents)['not_save_to_close_documents']
378 unsaved_documents = self.workspace.get_unsaved_documents()
380 not_save_to_close_documents = dialog.run(unsaved_documents)['not_save_to_close_documents']
/dports/editors/pluma/pluma-1.26.0/pluma/
H A Dpluma-commands-file.c1644 const GList *unsaved_documents; in close_confirmation_dialog_response_handler() local
1646 unsaved_documents = pluma_close_confirmation_dialog_get_unsaved_documents (dlg); in close_confirmation_dialog_response_handler()
1647 g_return_if_fail (unsaved_documents->next == NULL); in close_confirmation_dialog_response_handler()
1650 PLUMA_DOCUMENT (unsaved_documents->data)); in close_confirmation_dialog_response_handler()