summaryrefslogtreecommitdiff
path: root/plugins/thunar-uca/thunar-uca-private.h
diff options
context:
space:
mode:
authorNick Schermer <nick@xfce.org>2009-09-27 10:11:56 +0200
committerNick Schermer <nick@xfce.org>2009-09-27 10:11:56 +0200
commit2facb526453d38d3118ba20b97b3a089cbfa1eaa (patch)
tree363c65569d53f6fe1e963458437022848b996ecc /plugins/thunar-uca/thunar-uca-private.h
parentf2bb386b05883845d09aa2c7385498071ac9c452 (diff)
downloadthunar-2facb526453d38d3118ba20b97b3a089cbfa1eaa.tar.gz
Remove the now unneeded G_GNUC_INTERNAL attributes from the plugins.
They are also all prepended to the functions so they will most likely also cause problems with the Sun compiler.
Diffstat (limited to 'plugins/thunar-uca/thunar-uca-private.h')
-rw-r--r--plugins/thunar-uca/thunar-uca-private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/thunar-uca/thunar-uca-private.h b/plugins/thunar-uca/thunar-uca-private.h
index a865754d..d59a290a 100644
--- a/plugins/thunar-uca/thunar-uca-private.h
+++ b/plugins/thunar-uca/thunar-uca-private.h
@@ -25,7 +25,7 @@
G_BEGIN_DECLS;
-void thunar_uca_i18n_init (void) G_GNUC_INTERNAL;
+void thunar_uca_i18n_init (void);
G_END_DECLS;