aboutsummaryrefslogtreecommitdiff
path: root/src/datetime-service-client.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-01-27 16:47:49 -0600
committerTed Gould <ted@gould.cx>2011-01-27 16:47:49 -0600
commitce47d3868094c01e28fb75adecf4cd9de03832b7 (patch)
tree8bbecced83ccd6d259d2190094298bb40a28071c /src/datetime-service-client.h
parentb7eb711886ddb2f46b0c685a577a7b0f6c455ba6 (diff)
parent28f84ee512a35e2b04b211b7c1705a6eef4368ab (diff)
downloadayatana-indicator-datetime-ce47d3868094c01e28fb75adecf4cd9de03832b7.tar.gz
ayatana-indicator-datetime-ce47d3868094c01e28fb75adecf4cd9de03832b7.tar.bz2
ayatana-indicator-datetime-ce47d3868094c01e28fb75adecf4cd9de03832b7.zip
* New upstream release.
* Change to canonical.com for naming * Fixing a type callback * Switching to GDbus and dbusmenu-0.4 * Supporting a wider range of custom strings for time and support seconds in the custom time strings. * Fixing to take time settings from LC_TIME
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