Displaying 3 results from an estimated 3 matches for "getpluginmetadata".
2007 May 17
0
[PATCH] Add getCoreInfo function
...664fbf1 100644
--- a/plugins/dbus.c
+++ b/plugins/dbus.c
@@ -47,6 +47,7 @@ static CompMetadata dbusMetadata;
#define COMPIZ_DBUS_LIST_MEMBER_NAME "list"
#define COMPIZ_DBUS_GET_PLUGINS_MEMBER_NAME "getPlugins"
#define COMPIZ_DBUS_GET_PLUGIN_METADATA_MEMBER_NAME "getPluginMetadata"
+#define COMPIZ_DBUS_GET_CORE_INFO_MEMBER_NAME "getCoreInfo"
#define COMPIZ_DBUS_CHANGED_SIGNAL_NAME "changed"
#define COMPIZ_DBUS_PLUGINS_CHANGED_SIGNAL_NAME "pluginsChanged"
@@ -307,6 +308,9 @@ dbusHandleRootIntrospectMessage (DBusConnection *c...
2007 May 15
1
[PATCH] Descriptions for dbus when plugin not loaded
Here is a quick patch for dbus to make it try to load the
metadata from a file if the plugin is not loaded.
I have tested it and it works fine, but I wanted to check to
see if you had something else in mind.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: dbus-offline-descriptions.txt
Url:
2006 Dec 31
2
[ANNOUNCE] compiz-0.3.6
...ins
Inotify plugin:
Implements file notification API using inotify.
* Updated Plugins
Dbus plugin:
A "GetPlugins" method has been added and it can be
used to retrieve a list of available plugins.
A 'GetPluginMetadata' method has been added and
it returns metadata for available plugins.
Switcher plugin:
Add support for switching between windows without
having the thumbnail window show up.
Thumbnails now include decorations and shadows....