~manishsinha/scratch/move-to-zeitgeist2

« back to all changes in this revision

Viewing changes to vapi/gtkspell3-3.0.vapi

  • Committer: Tarmac
  • Author(s): Rico Tzschichholz
  • Date: 2013-08-17 20:01:23 UTC
  • mfrom: (1182.4.1 scratch)
  • Revision ID: tarmac-20130817200123-3a7z0dnphuzs2t5e
Add support for final gtkspell3-3.0 api

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* gtkspell3-3.0.vapi generated by vapigen, do not modify. */
 
2
 
 
3
[CCode (cprefix = "GtkSpell", gir_namespace = "GtkSpell", gir_version = "3.0", lower_case_cprefix = "gtk_spell_")]
 
4
namespace GtkSpell {
 
5
        [CCode (cheader_filename = "gtkspell/gtkspell.h", type_id = "gtk_spell_checker_get_type ()")]
 
6
        public class Checker : GLib.InitiallyUnowned {
 
7
                [CCode (has_construct_function = false)]
 
8
                public Checker ();
 
9
                public bool attach (Gtk.TextView view);
 
10
                public static string decode_language_code (string lang);
 
11
                public void detach ();
 
12
                public static unowned GtkSpell.Checker get_from_text_view (Gtk.TextView view);
 
13
                public unowned string get_language ();
 
14
                public static GLib.List<string> get_language_list ();
 
15
                public Gtk.Widget get_suggestions_menu (Gtk.TextIter iter);
 
16
                public void recheck_all ();
 
17
                public bool set_language (string? lang) throws GLib.Error;
 
18
                [NoAccessorMethod]
 
19
                public bool decode_language_codes { get; set; }
 
20
                public virtual signal void language_changed (string new_lang);
 
21
        }
 
22
        [CCode (cheader_filename = "gtkspell/gtkspell.h", cprefix = "GTK_SPELL_ERROR_")]
 
23
        public errordomain Error {
 
24
                BACKEND;
 
25
                public static GLib.Quark quark ();
 
26
        }
 
27
}