summaryrefslogtreecommitdiff
path: root/gtk/gtkpapersize.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2007-04-29 04:50:28 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2007-04-29 04:50:28 +0000
commit4e316dd99e14d4aae9dee38a052a6c465a657d3d (patch)
treead9ae1238b97d169f98230c851e55b7e0200648e /gtk/gtkpapersize.h
parentbcbbbe51014219d72afff61cd20aa28ced37947d (diff)
downloadgtk+-4e316dd99e14d4aae9dee38a052a6c465a657d3d.tar.gz
Add a function to list the builtin paper sizes. (#382355, Christian
2007-04-29 Matthias Clasen <mclasen@redhat.com> * gtk/gtk.symbols: * gtk/gtkpapersize.[hc]: Add a function to list the builtin paper sizes. (#382355, Christian Persch) svn path=/trunk/; revision=17691
Diffstat (limited to 'gtk/gtkpapersize.h')
-rw-r--r--gtk/gtkpapersize.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkpapersize.h b/gtk/gtkpapersize.h
index 679915cdab..8709cdf2f4 100644
--- a/gtk/gtkpapersize.h
+++ b/gtk/gtkpapersize.h
@@ -56,6 +56,7 @@ void gtk_paper_size_free (GtkPaperSize *size);
gboolean gtk_paper_size_is_equal (GtkPaperSize *size1,
GtkPaperSize *size2);
+GList *gtk_paper_size_get_builtins (void);
/* The width is always the shortest side, measure in mm */
G_CONST_RETURN gchar *gtk_paper_size_get_name (GtkPaperSize *size);