Remove trailing semicolon on G_END_DECLS

2004-09-29  Christopher Blizzard  <blizzard@redhat.com>

       * gtk/gtkmenutoolbutton.h: Remove trailing semicolon on
       G_END_DECLS
This commit is contained in:
Christopher Blizzard 2004-09-29 15:08:39 +00:00 committed by Christopher Blizzard
parent 26e50e26b3
commit 48252de345
5 changed files with 21 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-09-29 Christopher Blizzard <blizzard@redhat.com>
* gtk/gtkmenutoolbutton.h: Remove trailing semicolon on
G_END_DECLS
2004-09-29 Paolo Borelli <pborelli@katamail.com>
* tests/testtoolbar.c: add a GtkMenuToolButton.

View File

@ -1,3 +1,8 @@
2004-09-29 Christopher Blizzard <blizzard@redhat.com>
* gtk/gtkmenutoolbutton.h: Remove trailing semicolon on
G_END_DECLS
2004-09-29 Paolo Borelli <pborelli@katamail.com>
* tests/testtoolbar.c: add a GtkMenuToolButton.

View File

@ -1,3 +1,8 @@
2004-09-29 Christopher Blizzard <blizzard@redhat.com>
* gtk/gtkmenutoolbutton.h: Remove trailing semicolon on
G_END_DECLS
2004-09-29 Paolo Borelli <pborelli@katamail.com>
* tests/testtoolbar.c: add a GtkMenuToolButton.

View File

@ -1,3 +1,8 @@
2004-09-29 Christopher Blizzard <blizzard@redhat.com>
* gtk/gtkmenutoolbutton.h: Remove trailing semicolon on
G_END_DECLS
2004-09-29 Paolo Borelli <pborelli@katamail.com>
* tests/testtoolbar.c: add a GtkMenuToolButton.

View File

@ -73,6 +73,6 @@ void gtk_menu_tool_button_set_arrow_tooltip (GtkMenuToolButton *button,
const gchar *tip_text,
const gchar *tip_private);
G_END_DECLS;
G_END_DECLS
#endif /* __GTK_MENU_TOOL_BUTTON_H__ */