~helene-verhaeghe27/cairo-dock-core/bugfix

« back to all changes in this revision

Viewing changes to src/gldit/cairo-dock-dbus.h

  • Committer: Matthieu Baerts
  • Date: 2011-08-22 21:25:09 UTC
  • Revision ID: matttbe@gmail.com-20110822212509-7vgu72u3yo1ocqb2
cairo-dock-dbus.h: fixed a useless warning + cairo-dock-finalize-theme.sh: added some LXDE apps

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
* DBus is used to communicate and interact with other running applications.
32
32
*/ 
33
33
 
 
34
#if (GLIB_MAJOR_VERSION == 2 && GLIB_MINOR_VERSION < 29) // not needed before => http://developer.gnome.org/gobject/unstable/gobject-Generic-values.html#G-VALUE-INIT:CAPS
34
35
#define G_VALUE_INIT {0,{{0}}}  // bonne idee d'un dev de GTK, pour eviter les warnings de gcc.
 
36
#endif
35
37
 
36
38
typedef void (*CairoDockDbusNameOwnerChangedFunc) (const gchar *cName, gboolean bOwned, gpointer data);
37
39