gdk/gdktestutils.h Remove ; trailing G_BEGIN/END_DECLS

2008-02-14  Johan Dahlin  <johan@gnome.org>

    * gdk/gdktestutils.h
    * gtk/gtktestutils.h: Remove ; trailing G_BEGIN/END_DECLS


svn path=/trunk/; revision=19564
This commit is contained in:
Johan Dahlin 2008-02-14 15:48:35 +00:00 committed by Johan Dahlin
parent 1ec4de04cc
commit ddf4a07053
3 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2008-02-14 Johan Dahlin <johan@gnome.org>
* gdk/gdktestutils.h
* gtk/gtktestutils.h: Remove ; trailing G_BEGIN/END_DECLS
2008-02-13 Richard Hult <richard@imendio.com>
* gtk/gtkclipboard-quartz.c: (gtk_clipboard_wait_for_contents):

View File

@ -22,7 +22,7 @@
#include <gdk/gdkwindow.h>
G_BEGIN_DECLS;
G_BEGIN_DECLS
/* --- Gdk Test Utility API --- */
void gdk_test_render_sync (GdkWindow *window);
@ -38,6 +38,6 @@ gboolean gdk_test_simulate_button (GdkWindow *window,
guint button, /*1..3*/
GdkModifierType modifiers,
GdkEventType button_pressrelease);
G_END_DECLS;
G_END_DECLS
#endif /* __GDK_TEST_UTILS_H__ */

View File

@ -23,7 +23,7 @@
#include <gtk/gtkwidget.h>
#include <gtk/gtkspinbutton.h>
G_BEGIN_DECLS;
G_BEGIN_DECLS
/* --- Gtk+ Test Utility API --- */
void gtk_test_init (int *argcp,
@ -64,6 +64,6 @@ GtkWidget* gtk_test_find_sibling (GtkWidget *base_widget,
GType widget_type);
GtkWidget* gtk_test_find_label (GtkWidget *widget,
const gchar *label_pattern);
G_END_DECLS;
G_END_DECLS
#endif /* __GTK_TEST_UTILS_H__ */