[eog] Mark EogCloseConfirmationDialog's functions as internal



commit d025360cfe9592459b675f2922a90d50c4ead66e
Author: Felix Riemann <friemann gnome org>
Date:   Sun Mar 7 20:51:47 2010 +0100

    Mark EogCloseConfirmationDialog's functions as internal

 src/eog-close-confirmation-dialog.h |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/src/eog-close-confirmation-dialog.h b/src/eog-close-confirmation-dialog.h
index 8c5e345..a4fb35e 100644
--- a/src/eog-close-confirmation-dialog.h
+++ b/src/eog-close-confirmation-dialog.h
@@ -56,16 +56,23 @@ struct _EogCloseConfirmationDialogClass
 	GtkDialogClass parent_class;
 };
 
+G_GNUC_INTERNAL
 GType 		 eog_close_confirmation_dialog_get_type		(void) G_GNUC_CONST;
 
+G_GNUC_INTERNAL
 GtkWidget	*eog_close_confirmation_dialog_new			(GtkWindow     *parent,
 									 GList         *unsaved_documents);
+G_GNUC_INTERNAL
 GtkWidget 	*eog_close_confirmation_dialog_new_single 		(GtkWindow     *parent, 
 									 EogImage      *image);
 
+G_GNUC_INTERNAL
 const GList	*eog_close_confirmation_dialog_get_unsaved_images	(EogCloseConfirmationDialog *dlg);
 
+G_GNUC_INTERNAL
 GList		*eog_close_confirmation_dialog_get_selected_images	(EogCloseConfirmationDialog *dlg);
+
+G_GNUC_INTERNAL
 void		 eog_close_confirmation_dialog_set_sensitive		(EogCloseConfirmationDialog *dlg, gboolean value);
 
 #endif /* __EOG_CLOSE_CONFIRMATION_DIALOG_H__ */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]