[Xfce4-commits] [xfce/thunar] 01/01: Fix for failing GObject introspection build. Followup of (Bug #14070)
noreply at xfce.org
noreply at xfce.org
Mon Dec 11 21:25:15 CET 2017
This is an automated email from the git hooks/post-receive script.
a l e x p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/thunar.
commit 929fb3c4b196ff4b7f1b20d66c27435187647aad
Author: Alexander Schwinn <acs82 at gmx.de>
Date: Mon Dec 11 21:22:54 2017 +0100
Fix for failing GObject introspection build. Followup of (Bug #14070)
---
thunarx/thunarx-provider-module.h | 3 ---
1 file changed, 3 deletions(-)
diff --git a/thunarx/thunarx-provider-module.h b/thunarx/thunarx-provider-module.h
index 345e45f..ca8c84c 100644
--- a/thunarx/thunarx-provider-module.h
+++ b/thunarx/thunarx-provider-module.h
@@ -37,13 +37,10 @@ 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))
-G_GNUC_INTERNAL
GType thunarx_provider_module_get_type (void) G_GNUC_CONST;
-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);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list