2008-09-13 Andrea Del Signore <sejerpz@tin.it>
* vapi/libbonoboui-2.0.vapi:
Fixed Component class type check function name
svn path=/trunk/; revision=1766
+2008-09-13 Andrea Del Signore <sejerpz@tin.it>
+
+ * vapi/libbonoboui-2.0.vapi:
+
+ Fixed Component class type check function name
+
2008-09-03 Jürg Billeter <j@bitron.ch>
* vapi/packages/gstreamer-0.10/:
/*
- * 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)
*/
public void* user_data;
}
- public class Component
+ [CCode (type_check_function = "BONOBO_IS_UI_COMPONENT")]
+ public class Component : GLib.Object
{
}