Add missing G_END_DECLS (#343838)

2006-06-04  Behdad Esfahbod  <behdad@gnome.org>

        * gtk/gtkprintoperationpreview.h: Add missing G_END_DECLS (#343838)
This commit is contained in:
Behdad Esfahbod 2006-06-04 18:15:13 +00:00 committed by Behdad Esfahbod
parent 7535de66f3
commit 959c272bd4
3 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2006-06-04 Behdad Esfahbod <behdad@gnome.org>
* gtk/gtkprintoperationpreview.h: Add missing G_END_DECLS (#343838)
2006-06-03 Richard Hult <richard@imendio.com>
* gdk/quartz/Makefile.am:

View File

@ -1,3 +1,7 @@
2006-06-04 Behdad Esfahbod <behdad@gnome.org>
* gtk/gtkprintoperationpreview.h: Add missing G_END_DECLS (#343838)
2006-06-03 Richard Hult <richard@imendio.com>
* gdk/quartz/Makefile.am:

View File

@ -75,4 +75,6 @@ void gtk_print_operation_preview_end_preview (GtkPrintOperationPreview *prev
gboolean gtk_print_operation_preview_is_selected (GtkPrintOperationPreview *preview,
gint page_nr);
G_END_DECLS
#endif /* __GTK_PRINT_OPERATION_PREVIEW_H__ */