2 * WARNING: this vapi file is provided only to support development of gnome-panel applets
3 * since libbonoboui is deprecated (http://library.gnome.org/devel/references.html.en_GB)
6 [CCode (cheader_filename = "libbonoboui.h")]
7 [Version (deprecated = true)]
10 public weak string cname;
11 public weak VerbFn cb;
12 public void* user_data;
15 [CCode (type_check_function = "BONOBO_IS_UI_COMPONENT")]
16 public class Component : GLib.Object
20 [CCode (has_target = false)]
21 public delegate void VerbFn (Component component, void* user_data, string cname);