[Xfce4-commits] r30124 - terminal/trunk/terminal
Nick Schermer
nick at xfce.org
Mon Jun 29 09:15:06 CEST 2009
Author: nick
Date: 2009-06-29 07:15:06 +0000 (Mon, 29 Jun 2009)
New Revision: 30124
Modified:
terminal/trunk/terminal/terminal-dialogs.h
Log:
Remove G_GNUC_INTERNAL macros (bug #4581).
Modified: terminal/trunk/terminal/terminal-dialogs.h
===================================================================
--- terminal/trunk/terminal/terminal-dialogs.h 2009-06-28 21:21:47 UTC (rev 30123)
+++ terminal/trunk/terminal/terminal-dialogs.h 2009-06-29 07:15:06 UTC (rev 30124)
@@ -24,16 +24,16 @@
G_BEGIN_DECLS
-void terminal_dialogs_show_about (GtkWindow *parent) G_GNUC_INTERNAL;
+void terminal_dialogs_show_about (GtkWindow *parent);
void terminal_dialogs_show_error (gpointer parent,
const GError *error,
const gchar *format,
- ...) G_GNUC_INTERNAL G_GNUC_PRINTF (3, 4);
+ ...) G_GNUC_PRINTF (3, 4);
void terminal_dialogs_show_help (gpointer parent,
const gchar *page,
- const gchar *offset) G_GNUC_INTERNAL;
+ const gchar *offset);
G_END_DECLS
More information about the Xfce4-commits
mailing list