diff options
author | David Reveman <davidr@novell.com> | 2007-05-18 15:58:14 -0400 |
---|---|---|
committer | David Reveman <davidr@novell.com> | 2007-05-18 15:58:14 -0400 |
commit | 21be0fb19201f80caf9a1c3acf968f91a997aa83 (patch) | |
tree | 5c19af49e317975c9083cd20f52d792a5428f65a /metadata/glib.xml.in | |
parent | 02ba5d7bf879fb2b2ca07507810a2bd502e076bb (diff) |
Add glib plugin.
This plugin properly integrates the GLib main loop
and makes sure that any plugins that use the default
GLib main loop will be dispatched efficiently.
Diffstat (limited to 'metadata/glib.xml.in')
-rw-r--r-- | metadata/glib.xml.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/metadata/glib.xml.in b/metadata/glib.xml.in new file mode 100644 index 00000000..6f053ece --- /dev/null +++ b/metadata/glib.xml.in @@ -0,0 +1,6 @@ +<compiz> + <plugin name="glib"> + <_short>GLib</_short> + <_long>GLib main loop support</_long> + </plugin> +</compiz> |