[Xfce4-commits] <thunar:master> Append the G_GNUC_INTERNAL attributes for the Sun compiler.
Nick Schermer
noreply at xfce.org
Sun Sep 27 10:54:03 CEST 2009
Updating branch refs/heads/master
to 3a04e52bf8c664bdf1c391e8a201ef262c7d717b (commit)
from 2facb526453d38d3118ba20b97b3a089cbfa1eaa (commit)
commit 3a04e52bf8c664bdf1c391e8a201ef262c7d717b
Author: Nick Schermer <nick at xfce.org>
Date: Sun Sep 27 10:41:41 2009 +0200
Append the G_GNUC_INTERNAL attributes for the Sun compiler.
thunarx/thunarx-private.h | 6 ++++--
thunarx/thunarx-provider-module.h | 9 ++++++---
2 files changed, 10 insertions(+), 5 deletions(-)
diff --git a/thunarx/thunarx-private.h b/thunarx/thunarx-private.h
index 3984dff..1b6240e 100644
--- a/thunarx/thunarx-private.h
+++ b/thunarx/thunarx-private.h
@@ -35,10 +35,12 @@ G_BEGIN_DECLS;
#define I_(string) (g_quark_to_string (g_quark_from_static_string ((string))))
#endif
+G_GNUC_INTERNAL
void thunarx_object_list_take_reference (GList *object_list,
- gpointer target) G_GNUC_INTERNAL;
+ gpointer target);
-gchar *thunarx_param_spec_get_option_name (GParamSpec *pspec) G_GNUC_INTERNAL G_GNUC_MALLOC;
+G_GNUC_INTERNAL
+gchar *thunarx_param_spec_get_option_name (GParamSpec *pspec) G_GNUC_MALLOC;
G_END_DECLS;
diff --git a/thunarx/thunarx-provider-module.h b/thunarx/thunarx-provider-module.h
index 512c2d4..1df9a7e 100644
--- a/thunarx/thunarx-provider-module.h
+++ b/thunarx/thunarx-provider-module.h
@@ -37,12 +37,15 @@ typedef struct _ThunarxProviderModule ThunarxProviderModule;
#define THUNARX_IS_PROVIDER_MODULE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), THUNARX_TYPE_PROVIDER_MODULE))
#define THUNARX_PROVIDER_MODULE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), THUNARX_TYPE_PROVIDER_MODULE, ThunarxProviderModuleClass))
-GType thunarx_provider_module_get_type (void) G_GNUC_CONST G_GNUC_INTERNAL;
+G_GNUC_INTERNAL
+GType thunarx_provider_module_get_type (void) G_GNUC_CONST;
-ThunarxProviderModule *thunarx_provider_module_new (const gchar *filename) G_GNUC_INTERNAL G_GNUC_MALLOC;
+G_GNUC_INTERNAL
+ThunarxProviderModule *thunarx_provider_module_new (const gchar *filename) G_GNUC_MALLOC;
+G_GNUC_INTERNAL
void thunarx_provider_module_list_types (const ThunarxProviderModule *module,
const GType **types,
- gint *n_types) G_GNUC_INTERNAL;
+ gint *n_types);
#endif /* !__THUNARX_PROVIDER_MODULE_H__ */
More information about the Xfce4-commits
mailing list