Re: Override of Gtk3::Application->new



On 29.05.2016 18:03, Maximilian Lika wrote:
If you call "my $app = Gtk3::Application->new('app.id','flags-none');",
I get an segmentation fault error (perhaps someone can confirm the
bug?).

Leaving aside the Glib::IO stuff for now, this should not produce a
segfault.  And for me, it doesn't:

  # perl -MGtk3=-init -E'warn my $app=Gtk3::Application->new("app.id",
"flags-none");'
  Gtk3::Application=HASH(0x1137a30) at -e line 1.

Does this produce a segfault for you?  With which versions of
Glib::Object::Introspection and Gtk3?

  # perl -MGtk3 -E'say $Glib::Object::Introspection::VERSION; say
$Gtk3::VERSION'


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