search for: dbus_message_has_memb

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

2006 Oct 09
1
[PATCH] dbus terminate action
...argument, nArgument); + } + else + { + (*option->value.action.terminate) (d, &option->value.action, 0, argument, nArgument); + } if (argument) free (argument); @@ -682,7 +721,11 @@ dbusHandleMessage (DBusConnection *conne if (dbus_message_has_member (message, COMPIZ_DBUS_ACTIVATE_MEMBER_NAME)) { - status = dbusHandleActivateMessage (connection, message, d, &path[3]); + status = dbusHandleActivateDeactivateMessage (connection, message, d, &path[3], FALSE); + } + else if (dbus_message_has_member (message, COMPIZ_DBUS_DEACTIV...
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