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:
committed by
Johan Dahlin
parent
1ec4de04cc
commit
ddf4a07053
@ -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__ */
|
||||
|
||||
Reference in New Issue
Block a user