aboutsummaryrefslogtreecommitdiff
path: root/src/datetime-service-client.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-09-09 12:58:50 -0500
committerTed Gould <ted@gould.cx>2010-09-09 12:58:50 -0500
commit83b6ed9560abbeebeae87c8bc5f81955d6c0799c (patch)
treecbf36763efe508f5e0772e8855ed5afd435c97fe /src/datetime-service-client.h
parent029d2cfd3c57be5c9c0c98ccafda09e92e92afe7 (diff)
parentd79e2326db9b80d2f32574b3cf7a1fd94d4e3e72 (diff)
downloadayatana-indicator-datetime-83b6ed9560abbeebeae87c8bc5f81955d6c0799c.tar.gz
ayatana-indicator-datetime-83b6ed9560abbeebeae87c8bc5f81955d6c0799c.tar.bz2
ayatana-indicator-datetime-83b6ed9560abbeebeae87c8bc5f81955d6c0799c.zip
Import upstream version 0.0.6
Diffstat (limited to 'src/datetime-service-client.h')
-rw-r--r--src/datetime-service-client.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/datetime-service-client.h b/src/datetime-service-client.h
new file mode 100644
index 0000000..76caedc
--- /dev/null
+++ b/src/datetime-service-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_ayatana_indicator_datetime_service
+#define DBUS_GLIB_CLIENT_WRAPPERS_org_ayatana_indicator_datetime_service
+
+#endif /* defined DBUS_GLIB_CLIENT_WRAPPERS_org_ayatana_indicator_datetime_service */
+
+G_END_DECLS