aboutsummaryrefslogtreecommitdiff
path: root/src/datetime-service-client.h
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2011-02-03 17:16:59 -0500
committerKen VanDine <ken.vandine@canonical.com>2011-02-03 17:16:59 -0500
commit81ad3347c438773f60d6735ba103c0825b574f14 (patch)
treecb79f86c03edf8f0cc9c46e6563ec1aa8c0784d8 /src/datetime-service-client.h
parent62471dbe9fa9196597f37ec8d1780b6359ec5d5a (diff)
parentc5b4403212947c1e65de4b955a212296de1e4d9c (diff)
downloadayatana-indicator-datetime-81ad3347c438773f60d6735ba103c0825b574f14.tar.gz
ayatana-indicator-datetime-81ad3347c438773f60d6735ba103c0825b574f14.tar.bz2
ayatana-indicator-datetime-81ad3347c438773f60d6735ba103c0825b574f14.zip
* New upstream release.
* Increase robustness of GeoClue error handling * Remove g_error()'s from the .so * 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