Revert "codegen: Don't implicitly initialize local variables with an initializer"
[vala-gnome.git] / vapi / libsexy.vapi
blob95e5e62997f1966a943ff01825b4c9a7c985e7b2
1 /* libsexy.vapi generated by vapigen, do not modify. */
3 namespace Sexy {
4         [CCode (cheader_filename = "libsexy/sexy.h")]
5         public class IconEntry : Gtk.Entry, Atk.Implementor, Gtk.Buildable, Gtk.Editable, Gtk.CellEditable {
6                 [CCode (has_construct_function = false, type = "GtkWidget*")]
7                 public IconEntry ();
8                 public void add_clear_button ();
9                 public unowned Gtk.Image get_icon (Sexy.IconEntryPosition position);
10                 public bool get_icon_highlight (Sexy.IconEntryPosition position);
11                 public void set_icon (Sexy.IconEntryPosition position, Gtk.Image? icon);
12                 public void set_icon_highlight (Sexy.IconEntryPosition position, bool highlight);
13                 public virtual signal void icon_pressed (int icon_pos, int button);
14                 public virtual signal void icon_released (int icon_pos, int button);
15         }
16         [CCode (cheader_filename = "libsexy/sexy.h")]
17         public class SpellEntry : Gtk.Entry, Atk.Implementor, Gtk.Buildable, Gtk.Editable, Gtk.CellEditable {
18                 [CCode (has_construct_function = false, type = "GtkWidget*")]
19                 public SpellEntry ();
20                 public void activate_default_languages ();
21                 public bool activate_language (string lang) throws GLib.Error;
22                 public void deactivate_language (string lang);
23                 public unowned GLib.SList get_active_languages ();
24                 public unowned string get_language_name (string lang);
25                 public unowned GLib.SList get_languages ();
26                 public bool is_checked ();
27                 public bool language_is_active (string lang);
28                 public bool set_active_languages (GLib.SList langs) throws GLib.Error;
29                 public void set_checked (bool checked);
30                 public virtual signal bool word_check (string word);
31         }
32         [CCode (cheader_filename = "libsexy/sexy.h")]
33         public class Tooltip : Gtk.Window, Atk.Implementor, Gtk.Buildable {
34                 [CCode (has_construct_function = false, type = "GtkWidget*")]
35                 public Tooltip ();
36                 public void position_to_rect (Gdk.Rectangle rect, Gdk.Screen screen);
37                 public void position_to_widget (Gtk.Widget widget);
38                 [CCode (has_construct_function = false, type = "GtkWidget*")]
39                 public Tooltip.with_label (string text);
40         }
41         [CCode (cheader_filename = "libsexy/sexy.h")]
42         public class TreeView : Gtk.TreeView, Atk.Implementor, Gtk.Buildable {
43                 [CCode (has_construct_function = false, type = "GtkWidget*")]
44                 public TreeView ();
45                 public void set_tooltip_label_column (uint column);
46                 public virtual signal unowned Gtk.Widget get_tooltip (Gtk.TreePath path, Gtk.TreeViewColumn column);
47         }
48         [CCode (cheader_filename = "libsexy/sexy.h")]
49         public class UrlLabel : Gtk.Label, Atk.Implementor, Gtk.Buildable {
50                 [CCode (has_construct_function = false, type = "GtkWidget*")]
51                 public UrlLabel ();
52                 public void set_markup (string markup);
53                 public virtual signal void url_activated (string url);
54         }
55         [CCode (cheader_filename = "libsexy/sexy.h", cprefix = "SEXY_ICON_ENTRY_")]
56         public enum IconEntryPosition {
57                 PRIMARY,
58                 SECONDARY
59         }
60         [CCode (cheader_filename = "libsexy/sexy.h", cprefix = "SEXY_SPELL_ERROR_")]
61         public enum SpellError {
62                 BACKEND
63         }
64         [CCode (cheader_filename = "libsexy/sexy.h")]
65         public static GLib.Quark spell_error_quark ();