vala r1766 - in trunk: . vapi
- From: juergbi svn gnome org
- To: svn-commits-list gnome org
- Subject: vala r1766 - in trunk: . vapi
- Date: Sat, 13 Sep 2008 08:25:25 +0000 (UTC)
Author: juergbi
Date: Sat Sep 13 08:25:24 2008
New Revision: 1766
URL: http://svn.gnome.org/viewvc/vala?rev=1766&view=rev
Log:
2008-09-13 Andrea Del Signore <sejerpz tin it>
* vapi/libbonoboui-2.0.vapi:
Fixed Component class type check function name
Modified:
trunk/ChangeLog
trunk/vapi/libbonoboui-2.0.vapi
Modified: trunk/vapi/libbonoboui-2.0.vapi
==============================================================================
--- trunk/vapi/libbonoboui-2.0.vapi (original)
+++ trunk/vapi/libbonoboui-2.0.vapi Sat Sep 13 08:25:24 2008
@@ -1,5 +1,5 @@
/*
- * WARNING: this vapi file is provided only to support devlopment of gnome-panel applets
+ * WARNING: this vapi file is provided only to support development of gnome-panel applets
* since libbonoboui is deprecated (http://library.gnome.org/devel/references.html.en_GB)
*/
@@ -11,7 +11,8 @@
public void* user_data;
}
- public class Component
+ [CCode (type_check_function = "BONOBO_IS_UI_COMPONENT")]
+ public class Component : GLib.Object
{
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]