2008-03-19 Juerg Billeter <j@bitron.ch>
* vapi/glib-2.0.vapi: fix GTimeoutSource and GIdleSource bindings,
patch by Phil Housley
svn path=/trunk/; revision=1139
+2008-03-19 Jürg Billeter <j@bitron.ch>
+
+ * vapi/glib-2.0.vapi: fix GTimeoutSource and GIdleSource bindings,
+ patch by Phil Housley
+
2008-03-19 Jürg Billeter <j@bitron.ch>
* gobject/valaccodegenerator.vala: fix crash when using lock
}
public static delegate int PollFunc (PollFD[] ufds, uint nfsd, int timeout_);
-
+
+ [CCode (cname = "GSource")]
public class TimeoutSource : Source {
public TimeoutSource (uint interval);
}
public static uint add_seconds (uint interval, SourceFunc function);
public static uint add_seconds_full (int priority, uint interval, SourceFunc function, DestroyNotify notify);
}
-
+
+ [CCode (cname = "GSource")]
public class IdleSource : Source {
public IdleSource ();
}