summaryrefslogtreecommitdiff
path: root/gtk/gtkcustompaperunixdialog.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2012-10-02 19:27:25 +0200
committerBenjamin Otte <otte@redhat.com>2012-10-02 19:32:52 +0200
commitdd9957769196f138262a7bad1a525ff174cc1df4 (patch)
tree4e1402b6e7011f5907a0109f256a10094a8d5c0b /gtk/gtkcustompaperunixdialog.h
parent101c6a05a996da84ef59d3ccbd27cf75905508ab (diff)
downloadgtk+-dd9957769196f138262a7bad1a525ff174cc1df4.tar.gz
gtk: Put private functions in headers and include those
This is part of a bunch of fixes for gcc complaining about -Wmissing-declarations. It puts functions into headers and includes those headers both where the functions are defined and where they function are used.
Diffstat (limited to 'gtk/gtkcustompaperunixdialog.h')
-rw-r--r--gtk/gtkcustompaperunixdialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkcustompaperunixdialog.h b/gtk/gtkcustompaperunixdialog.h
index 2ffee1554a..9fcaff8414 100644
--- a/gtk/gtkcustompaperunixdialog.h
+++ b/gtk/gtkcustompaperunixdialog.h
@@ -58,6 +58,7 @@ GtkWidget * _gtk_custom_paper_unix_dialog_new (GtkWindow
GtkUnit _gtk_print_get_default_user_units (void);
void _gtk_print_load_custom_papers (GtkListStore *store);
void _gtk_print_save_custom_papers (GtkListStore *store);
+GList * _gtk_load_custom_papers (void);
G_END_DECLS