aboutsummaryrefslogtreecommitdiff
path: root/src/datetime-service-client.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-01-27 16:42:22 -0600
committerTed Gould <ted@gould.cx>2011-01-27 16:42:22 -0600
commit28f84ee512a35e2b04b211b7c1705a6eef4368ab (patch)
treec4594e72d714db7fd1d688844f3b3f63b3cbc1c7 /src/datetime-service-client.h
parent8e1fbde30cfce799b64477113b404d5cda3306aa (diff)
parentaaae5863299681153898d4e701f44aed85c780e9 (diff)
downloadayatana-indicator-datetime-28f84ee512a35e2b04b211b7c1705a6eef4368ab.tar.gz
ayatana-indicator-datetime-28f84ee512a35e2b04b211b7c1705a6eef4368ab.tar.bz2
ayatana-indicator-datetime-28f84ee512a35e2b04b211b7c1705a6eef4368ab.zip
Import upstream version 0.1.91
Diffstat (limited to 'src/datetime-service-client.h')
-rw-r--r--src/datetime-service-client.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/src/datetime-service-client.h b/src/datetime-service-client.h
deleted file mode 100644
index 76caedc..0000000
--- a/src/datetime-service-client.h
+++ /dev/null
@@ -1,26 +0,0 @@
-/* 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