summaryrefslogtreecommitdiff
path: root/tumbler/tumbler-provider-plugin.h
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis@xfce.org>2009-06-17 22:24:23 +0200
committerJannis Pohlmann <jannis@xfce.org>2009-06-17 22:24:23 +0200
commit91664da08c16f55b29823c554c7fd582f4b901d3 (patch)
tree300faee62c2e87cdfcaa63f00a1399e8f94767aa /tumbler/tumbler-provider-plugin.h
parent32eb2981f5d35f835809fc05ddc1800bd62c7675 (diff)
downloadtumbler-91664da08c16f55b29823c554c7fd582f4b901d3.tar.gz
Cleanup, remove private structs and use G_DEFINE_TYPE where possible.
This commit also contains a few fixes though.
Diffstat (limited to 'tumbler/tumbler-provider-plugin.h')
-rw-r--r--tumbler/tumbler-provider-plugin.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tumbler/tumbler-provider-plugin.h b/tumbler/tumbler-provider-plugin.h
index a1b8519..1a82bd8 100644
--- a/tumbler/tumbler-provider-plugin.h
+++ b/tumbler/tumbler-provider-plugin.h
@@ -36,7 +36,6 @@ G_BEGIN_DECLS;
#define TUMBLER_IS_PROVIDER_PLUGIN_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), TUMBLER_TYPE_PROVIDER_PLUGIN)
#define TUMBLER_PROVIDER_PLUGIN_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), TUMBLER_TYPE_PROVIDER_PLUGIN, TumblerProviderPluginClass))
-typedef struct _TumblerProviderPluginPrivate TumblerProviderPluginPrivate;
typedef struct _TumblerProviderPluginClass TumblerProviderPluginClass;
typedef struct _TumblerProviderPlugin TumblerProviderPlugin;