]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Fixed Component class type check function name
authorAndrea Del Signore <sejerpz@tin.it>
Sat, 13 Sep 2008 08:25:24 +0000 (08:25 +0000)
committerJürg Billeter <juergbi@src.gnome.org>
Sat, 13 Sep 2008 08:25:24 +0000 (08:25 +0000)
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

ChangeLog
vapi/libbonoboui-2.0.vapi

index 9b98d92d52d153af2876e04652ce7d9c901b9aa9..c2fecb914400385b75f89e88b8fbe23576c0fc96 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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/:
index fd79a9e56a2591c01b37a236880112e701b89737..cb45f9cffb8fea758f53c4026b2e641f97277a42 100644 (file)
@@ -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 @@ namespace BonoboUI {
                public void* user_data;
        }
 
-       public class Component
+       [CCode (type_check_function = "BONOBO_IS_UI_COMPONENT")]
+       public class Component : GLib.Object
        {
        }