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")]
9 public weak string cname;
10 public weak VerbFn cb;
11 public void* user_data;
14 [CCode (type_check_function = "BONOBO_IS_UI_COMPONENT")]
15 public class Component : GLib.Object
19 [CCode (has_target = false)]
20 public delegate void VerbFn (Component component, void* user_data, string cname);