summaryrefslogtreecommitdiff
path: root/thunarx
diff options
context:
space:
mode:
authorAlexander Schwinn <acs82@gmx.de>2017-12-11 21:22:54 +0100
committerAlexander Schwinn <acs82@gmx.de>2017-12-11 21:22:54 +0100
commit929fb3c4b196ff4b7f1b20d66c27435187647aad (patch)
treee20e215bf07c6f93a40cee9417ed56a943616433 /thunarx
parent4a4ac33928b4bfd9ba79633b5c2a04fe003bf397 (diff)
downloadthunar-929fb3c4b196ff4b7f1b20d66c27435187647aad.tar.gz
Fix for failing GObject introspection build. Followup of (Bug #14070)
Diffstat (limited to 'thunarx')
-rw-r--r--thunarx/thunarx-provider-module.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/thunarx/thunarx-provider-module.h b/thunarx/thunarx-provider-module.h
index 345e45fb..ca8c84ca 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);