After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 565386 - Convert to gnome-shell-plugin to new plugin style
Convert to gnome-shell-plugin to new plugin style
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2008-12-22 20:52 UTC by Owen Taylor
Modified: 2008-12-22 22:10 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Convert to gnome-shell-plugin to new plugin style (39.12 KB, patch)
2008-12-22 20:52 UTC, Owen Taylor
none Details | Review

Description Owen Taylor 2008-12-22 20:52:38 UTC
The plugin-gobject branch of Mutter (now merged into our branch) converts
plugins to more-standard GObject GTypePlugin, with the plugin itself
being a GObject class.

gnome-shell-plugin.c: Switch plugin to the new scheme
shell-wm.[ch]: Forward effect signals to ShellWM rather than hooking
  directly into the plugin vtable.
default: Remove this (accidentally committed) file
Comment 1 Owen Taylor 2008-12-22 20:52:41 UTC
Created attachment 125153 [details] [review]
Convert to gnome-shell-plugin to new plugin style
Comment 2 Dan Winship 2008-12-22 21:01:04 UTC
looks right to me
Comment 3 Owen Taylor 2008-12-22 22:10:59 UTC
Committed.