Re: [PATCH] implement gtk_exit()



Thierry Vignaud said:
+ ## void gtk_exit (gint error_code);
+void gtk_exit (gint error_code)

it would have to be
  void gtk_exit (SV * class, int error_code)
      C_ARGS:
          error_code
 so that the syntax Gtk2->exit($code); would work...

but it will not be added, because the function is deprecated.
http://developer.gnome.org/doc/API/2.0/gtk/gtk-General.html#gtk-exit


-- 
muppet <scott at asofyet dot org>





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