Use Glib::Object::Introspection to dynamically create Perl language bindings (Feature #296)
Description
Use Glib::Object::Introspection to dynamically create Perl language bindings.
It will reduce the dependency on some packages like libgtk2-notify-perl
. Also it looks like that Ubuntu does have any package which provides the Gtk3::Notify
module. So the only way to use notifications when AMC is migrated to Gtk3 is to use Glib::Object::Introspection
.
The list of packages which support Glib::Object::Introspection
is given at https://wiki.gnome.org/Initiatives/GnomeGoals/AddGObjectIntrospectionSupport
Issue hierarchy
History
Updated by Anirvan Sarkar over 10 years ago
As Gtk3
module uses GObject introspection internally and since we are already using it for notifications (which has been done in hg:901b3c6 and hg:a97946b) I am marking this as closed.
- Assignee set to Anirvan Sarkar
Updated by Anirvan Sarkar over 10 years ago
- % Done changed from 0 to 100
- Status changed from New to Closed