fix g_main_loop_new binding, patch by Andrea Del Signore
authorJuerg Billeter <j@bitron.ch>
Tue, 15 Apr 2008 20:27:37 +0000 (20:27 +0000)
committerJürg Billeter <juergbi@src.gnome.org>
Tue, 15 Apr 2008 20:27:37 +0000 (20:27 +0000)
2008-04-15  Juerg Billeter  <j@bitron.ch>

* vapi/glib-2.0.vapi: fix g_main_loop_new binding,
  patch by Andrea Del Signore

svn path=/trunk/; revision=1239

ChangeLog
vapi/glib-2.0.vapi

index 836e413..f313ab2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2008-04-15  Jürg Billeter  <j@bitron.ch>
 
+       * vapi/glib-2.0.vapi: fix g_main_loop_new binding,
+         patch by Andrea Del Signore
+
+2008-04-15  Jürg Billeter  <j@bitron.ch>
+
        * vapi/packages/gtk+-2.0/: fix gtk_message_dialog_new* bindings,
          patch by Phil Housley
 
index 858f69f..fbee14d 100644 (file)
@@ -1052,7 +1052,7 @@ namespace GLib {
        
        [CCode (ref_function = "g_main_loop_ref", unref_function = "g_main_loop_unref")]
        public class MainLoop {
-               public MainLoop (MainContext context, bool is_running);
+               public MainLoop (MainContext? context, bool is_running);
                public void run ();
                public void quit ();
                public bool is_running ();