search for: compiz_dbus_get_member_nam

Displaying 2 results from an estimated 2 matches for "compiz_dbus_get_member_nam".

2006 Nov 12
4
Include option type in gconf schema
I am writing a configuration front end for the compiz gconf plugin at the moment, but it's proving harder than it should be because gconf does not record what type of compiz option the key is. For example, say i want a color picker for each color option the only way I can tell with gconf if it is color is if it has a # at the beginning, but there could be string option which also have a # at
2006 Oct 09
1
[PATCH] dbus terminate action
...7 @@ #include <compiz.h> #define COMPIZ_DBUS_SERVICE_NAME "org.freedesktop.compiz" #define COMPIZ_DBUS_ACTIVATE_MEMBER_NAME "activate" +#define COMPIZ_DBUS_DEACTIVATE_MEMBER_NAME "deactivate" #define COMPIZ_DBUS_SET_MEMBER_NAME "set" #define COMPIZ_DBUS_GET_MEMBER_NAME "get" @@ -126,13 +127,34 @@ dbusGetOptionsFromPath (CompDisplay *d, * dbus-send --type=method_call --dest=org.freedesktop.compiz \ * /org/freedesktop/compiz/rotate/allscreens/rotate_to \ * org.freedesktop.compiz.activate \ - * string:'root' int32:0x52 s...