aboutsummaryrefslogtreecommitdiff
path: root/src/notification-item-client.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-04-01 15:49:35 -0500
committerTed Gould <ted@gould.cx>2010-04-01 15:49:35 -0500
commitd005a22755a0dd3b9f752d66a0479272a09663ae (patch)
tree0ce05e5618d07642d7f44301e6d55985a1ffdc3e /src/notification-item-client.h
parent9919c5e4bcbbcb1ea533b45e5e1aa12e03dae41a (diff)
parent1fbc5af0037617432ad4cb1e6a668b91ec1105e4 (diff)
downloadayatana-indicator-application-d005a22755a0dd3b9f752d66a0479272a09663ae.tar.gz
ayatana-indicator-application-d005a22755a0dd3b9f752d66a0479272a09663ae.tar.bz2
ayatana-indicator-application-d005a22755a0dd3b9f752d66a0479272a09663ae.zip
Import upstream version 0.0.19
Diffstat (limited to 'src/notification-item-client.h')
-rw-r--r--src/notification-item-client.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/notification-item-client.h b/src/notification-item-client.h
new file mode 100644
index 0000000..e7ae070
--- /dev/null
+++ b/src/notification-item-client.h
@@ -0,0 +1,26 @@
+/* Generated by dbus-binding-tool; do not edit! */
+
+#include <glib.h>
+#include <dbus/dbus-glib.h>
+
+G_BEGIN_DECLS
+
+#ifndef _DBUS_GLIB_ASYNC_DATA_FREE
+#define _DBUS_GLIB_ASYNC_DATA_FREE
+static
+#ifdef G_HAVE_INLINE
+inline
+#endif
+void
+_dbus_glib_async_data_free (gpointer stuff)
+{
+ g_slice_free (DBusGAsyncData, stuff);
+}
+#endif
+
+#ifndef DBUS_GLIB_CLIENT_WRAPPERS_org_kde_StatusNotifierItem
+#define DBUS_GLIB_CLIENT_WRAPPERS_org_kde_StatusNotifierItem
+
+#endif /* defined DBUS_GLIB_CLIENT_WRAPPERS_org_kde_StatusNotifierItem */
+
+G_END_DECLS