diff options
author | Ted Gould <ted@gould.cx> | 2010-09-09 13:00:16 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-09-09 13:00:16 -0500 |
commit | 9f44db889abfe763b7b6e4a576cab9fdcc6668ad (patch) | |
tree | b2d9554e9a2e1655262a5dbe8dda732c85fd6a7f /src/datetime-service-client.h | |
parent | 50a929d404a5bb7244043bafb3b0f5467c674eef (diff) | |
parent | 83b6ed9560abbeebeae87c8bc5f81955d6c0799c (diff) | |
download | ayatana-indicator-datetime-9f44db889abfe763b7b6e4a576cab9fdcc6668ad.tar.gz ayatana-indicator-datetime-9f44db889abfe763b7b6e4a576cab9fdcc6668ad.tar.bz2 ayatana-indicator-datetime-9f44db889abfe763b7b6e4a576cab9fdcc6668ad.zip |
New upstream release.
Diffstat (limited to 'src/datetime-service-client.h')
-rw-r--r-- | src/datetime-service-client.h | 26 |
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 |