diff options
author | Ted Gould <ted@gould.cx> | 2010-06-03 13:55:11 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-06-03 13:55:11 -0500 |
commit | 0f7ba97faf10422fd32628636c81563b04d8a6fc (patch) | |
tree | 5efa03ccb7acb19002eb5969b2742653870e8a39 /src/notification-item-client.h | |
parent | 84e75c655037b21a9fcf4d3f52f0ef45dc1d75be (diff) | |
parent | 27fe45b69f41861cbf1f432db61e31a24f276bb8 (diff) | |
download | libayatana-appindicator-0f7ba97faf10422fd32628636c81563b04d8a6fc.tar.gz libayatana-appindicator-0f7ba97faf10422fd32628636c81563b04d8a6fc.tar.bz2 libayatana-appindicator-0f7ba97faf10422fd32628636c81563b04d8a6fc.zip |
Import upstream version 0.2.0
Diffstat (limited to 'src/notification-item-client.h')
-rw-r--r-- | src/notification-item-client.h | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/src/notification-item-client.h b/src/notification-item-client.h deleted file mode 100644 index e7ae070..0000000 --- a/src/notification-item-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_kde_StatusNotifierItem -#define DBUS_GLIB_CLIENT_WRAPPERS_org_kde_StatusNotifierItem - -#endif /* defined DBUS_GLIB_CLIENT_WRAPPERS_org_kde_StatusNotifierItem */ - -G_END_DECLS |