vala r1616 - in trunk: . vapi
- From: juergbi svn gnome org
- To: svn-commits-list gnome org
- Subject: vala r1616 - in trunk: . vapi
- Date: Wed, 18 Jun 2008 21:35:47 +0000 (UTC)
Author: juergbi
Date: Wed Jun 18 21:35:46 2008
New Revision: 1616
URL: http://svn.gnome.org/viewvc/vala?rev=1616&view=rev
Log:
2008-06-18 JÃrg Billeter <j bitron ch>
* vapi/glib-2.0.vapi:
Fix g_source_attach binding
Modified:
trunk/ChangeLog
trunk/vapi/glib-2.0.vapi
Modified: trunk/vapi/glib-2.0.vapi
==============================================================================
--- trunk/vapi/glib-2.0.vapi (original)
+++ trunk/vapi/glib-2.0.vapi Wed Jun 18 21:35:46 2008
@@ -1272,7 +1272,7 @@
public class Source {
public Source (SourceFuncs source_funcs, uint struct_size /* = sizeof (Source) */);
public void set_funcs (SourceFuncs funcs);
- public uint attach (MainContext context);
+ public uint attach (MainContext? context);
public void destroy ();
public bool is_destroyed ();
public void set_priority (int priority);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]