[Xfce4-commits] <thunar:master> Remove the G_GNUC_INTERNAL attributes from the example.

Nick Schermer noreply at xfce.org
Sun Sep 27 10:54:05 CEST 2009


Updating branch refs/heads/master
         to ac1c4e54c00efe7b08701b86928c2f45c7a5f3d9 (commit)
       from 06f8199c66a8c85c6947a7752117e7bc63f2d3c2 (commit)

commit ac1c4e54c00efe7b08701b86928c2f45c7a5f3d9
Author: Nick Schermer <nick at xfce.org>
Date:   Sun Sep 27 10:43:33 2009 +0200

    Remove the G_GNUC_INTERNAL attributes from the example.

 examples/tex-open-terminal/tex-open-terminal.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/tex-open-terminal/tex-open-terminal.h b/examples/tex-open-terminal/tex-open-terminal.h
index 0d630a3..00a2c69 100644
--- a/examples/tex-open-terminal/tex-open-terminal.h
+++ b/examples/tex-open-terminal/tex-open-terminal.h
@@ -35,8 +35,8 @@ typedef struct _TexOpenTerminal      TexOpenTerminal;
 #define TEX_IS_OPEN_TERMINAL_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), TEX_TYPE_OPEN_TERMINAL))
 #define TEX_OPEN_TERMINAL_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS ((obj), TEX_TYPE_OPEN_TERMINAL, TexOpenTerminalClass))
 
-GType tex_open_terminal_get_type      (void) G_GNUC_CONST G_GNUC_INTERNAL;
-void  tex_open_terminal_register_type (ThunarxProviderPlugin *plugin) G_GNUC_INTERNAL;
+GType tex_open_terminal_get_type      (void) G_GNUC_CONST;
+void  tex_open_terminal_register_type (ThunarxProviderPlugin *plugin);
 
 G_END_DECLS;
 



More information about the Xfce4-commits mailing list