aboutsummaryrefslogtreecommitdiff
path: root/src/datetime-service-client.h
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2010-09-09 16:31:20 -0400
committerKen VanDine <ken.vandine@canonical.com>2010-09-09 16:31:20 -0400
commit56cbcb5fa4f93fcd5dfaece8ca0eb853490a1cb4 (patch)
treeca5825e43fcef6059e6a4e2fe4bdfb3187514810 /src/datetime-service-client.h
parentb9ce676a1d912a2e95a7f6511d5491190cf80072 (diff)
parentc10092cc091880a55138bbd23597ef0043115ce7 (diff)
downloadayatana-indicator-datetime-0.0.6-0ubuntu1.tar.gz
ayatana-indicator-datetime-0.0.6-0ubuntu1.tar.bz2
ayatana-indicator-datetime-0.0.6-0ubuntu1.zip
releasing version 0.0.6-0ubuntu10.0.6-0ubuntu1
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