[Gtk-sharp-list] *EventArgs.RetVal ?

Todd Berman tberman@gentoo.org
Mon, 22 Sep 2003 15:19:51 -0400


Has anyone actually used this functionality, because right now from gtk#
cvs I get a Gtk error that causes my application to die:

 

(<unknown>:1968): GLib-GObject-CRITICAL **: file gvaluetypes.c: line 588
(g_value_set_boolean): assertion `G_VALUE_HOLDS_BOOLEAN (value)' failed

 

Unhandled Exception: System.NullReferenceException: Object reference not
set to

an instance of an object.

   at Gtk.Application.gtk_main()

   at Gtk.Application.Run()

   at SevenL.GypsyShell.Gypsy..ctor() in c:\Documents and Settings\Todd
Berman\Desktop\NEsT\gypsy\SevenL\GypsyShell\Gypsy.cs:line 52

   at SevenL.GypsyShell.Gypsy.Main(String[] args) in c:\Documents and
Settings\Todd Berman\Desktop\NEsT\gypsy\SevenL\GypsyShell\Gypsy.cs:line
57

 

Looking at the code, regardless of what this is set to, it should return
a false, however for some reason it seems to return something g_value
doesn't like at all.

 

Any pointer would be appreciated.

 

--Todd