mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
really rename gtk_paper_size_get_builtins() to
2007-04-30 Michael Natterer <mitch@imendio.com> * gtk/gtkpapersize.h: really rename gtk_paper_size_get_builtins() to gtk_paper_size_get_paper_sizes(). svn path=/trunk/; revision=17734
This commit is contained in:
parent
6398a264e9
commit
2e184cebef
@ -1,3 +1,8 @@
|
||||
2007-04-30 Michael Natterer <mitch@imendio.com>
|
||||
|
||||
* gtk/gtkpapersize.h: really rename gtk_paper_size_get_builtins()
|
||||
to gtk_paper_size_get_paper_sizes().
|
||||
|
||||
2007-04-30 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* gtk/gtkpapersize.c (gtk_paper_size_get_paper_sizes):
|
||||
|
@ -56,7 +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);
|
||||
GList *gtk_paper_size_get_paper_sizes (gboolean include_custom);
|
||||
|
||||
/* The width is always the shortest side, measure in mm */
|
||||
G_CONST_RETURN gchar *gtk_paper_size_get_name (GtkPaperSize *size);
|
||||
|
Loading…
Reference in New Issue
Block a user