Displaying 2 results from an estimated 2 matches for "compiz_dbus_deactivate_member_nam".
Did you mean:
compiz_dbus_deactivate_member_name
2006 Oct 09
1
[PATCH] dbus terminate action
...--git a/plugins/dbus.c b/plugins/dbus.c
index 46a7bcf..4892df4 100644
--- a/plugins/dbus.c
+++ b/plugins/dbus.c
@@ -34,6 +34,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/ro...
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