Re: GtkImageView



On Wed, 2007-12-26 at 23:46 +0100, Jeffrey Ratcliffe wrote:

Why do some of the items in the INTERFACES heading have _Unregistered?
e.g. Gtk2::Widget.

For Gtk2::ImageView, they are:

  Glib::Object::_Unregistered::AtkImplementorIface
  Glib::Object::_Unregistered::GtkBuildable

This happens when the type registration facility in Glib::Object
encounters a type that's not mapped to a corresponding Perl package.
This usually happens via lines in the various "maps" files.  Now, we
don't have such a line for AtkImplementorIface because we don't wrap ATK
at all yet.  But we do have GtkBuildable support in Gtk2 1.160, so if
you upgrade, Glib::Object::_Unregistered::GtkBuildable will turn into
Gtk2::Buildable.

-- 
Bye,
-Torsten




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]