aboutsummaryrefslogtreecommitdiff
path: root/src/status-provider.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-07-02 07:15:22 -0500
committerTed Gould <ted@gould.cx>2011-07-02 07:15:22 -0500
commit782c36c2ccf01dd0db6cbac8cc712cc316f23c90 (patch)
tree668a107a7dbd60a10546134d287a1993a19c81af /src/status-provider.h
parentd936a27b56706eb521f525970dedb63fe24c81bd (diff)
downloadayatana-indicator-messages-782c36c2ccf01dd0db6cbac8cc712cc316f23c90.tar.gz
ayatana-indicator-messages-782c36c2ccf01dd0db6cbac8cc712cc316f23c90.tar.bz2
ayatana-indicator-messages-782c36c2ccf01dd0db6cbac8cc712cc316f23c90.zip
Loading the modules and getting an object
Diffstat (limited to 'src/status-provider.h')
-rw-r--r--src/status-provider.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/status-provider.h b/src/status-provider.h
index a0e1c55..45433fc 100644
--- a/src/status-provider.h
+++ b/src/status-provider.h
@@ -28,6 +28,9 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
G_BEGIN_DECLS
+#define STATUS_PROVIDER_EXPORT_TYPE(x) GType status_provider_export_type (void) { return (x); }
+#define STATUS_PROVIDER_EXPORT_S "status_provider_export_type"
+
#define STATUS_PROVIDER_TYPE (status_provider_get_type ())
#define STATUS_PROVIDER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), STATUS_PROVIDER_TYPE, StatusProvider))
#define STATUS_PROVIDER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), STATUS_PROVIDER_TYPE, StatusProviderClass))