~ubuntu-branches/ubuntu/vivid/ibus/vivid

« back to all changes in this revision

Viewing changes to bindings/vala/ibus-1.0.vapi

  • Committer: Package Import Robot
  • Author(s): Osamu Aoki
  • Date: 2014-01-26 16:28:28 UTC
  • mfrom: (1.5.4)
  • Revision ID: package-import@ubuntu.com-20140126162828-un06o3yylyb9xonf
Tags: 1.5.5-1
* New upstream release.
  - CVE-2013-4509 (also with FC19 patch).  Closes: #729065
  - Update ibus-setup message. Closes: #729472
* Sync with ibus-1.5.5-1.fc19.src.rpm
* Update debian/rules using DEB_*_MAINT_APPEND (compat=9).
* Update README.Debian. Closes: #732434
* Update Standards-Version: 3.9.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* ibus-1.0.vapi generated by vapigen-0.20, do not modify. */
 
1
/* ibus-1.0.vapi generated by vapigen-0.22, do not modify. */
2
2
 
3
3
[CCode (cprefix = "IBus", gir_namespace = "IBus", gir_version = "1.0", lower_case_cprefix = "ibus_")]
4
4
namespace IBus {
281
281
                [CCode (has_construct_function = false)]
282
282
                protected EngineSimple ();
283
283
                public void add_table ([CCode (array_length = false)] uint16[] data, int max_seq_len, int n_seqs);
 
284
                public bool add_table_by_locale (string? locale);
284
285
        }
285
286
        [CCode (cheader_filename = "ibus.h", type_id = "ibus_factory_get_type ()")]
286
287
        public class Factory : IBus.Service {
346
347
                public signal void show_auxiliary_text ();
347
348
                public signal void show_lookup_table ();
348
349
                public signal void show_preedit_text ();
349
 
                public signal void update_auxiliary_text (IBus.Text object, bool p0);
 
350
                public signal void update_auxiliary_text (IBus.Text text, bool visible);
350
351
                public signal void update_lookup_table (IBus.LookupTable table, bool visible);
351
352
                public signal void update_preedit_text (IBus.Text text, uint cursor_pos, bool visible);
352
353
                public signal void update_property (IBus.Property prop);
358
359
                public weak string name;
359
360
                [CCode (has_construct_function = false)]
360
361
                public Keymap (string name);
 
362
                public static IBus.Keymap @get (string name);
361
363
                public uint lookup_keysym (uint16 keycode, uint32 state);
362
364
        }
363
365
        [CCode (cheader_filename = "ibus.h", type_id = "ibus_lookup_table_get_type ()")]
412
414
                public ObservedPath (string path, bool fill_stat);
413
415
                public bool check_modification ();
414
416
                public void output (GLib.StringBuilder output, int indent);
 
417
                public GLib.List<IBus.ObservedPath> traverse (bool dir_only);
415
418
        }
416
419
        [CCode (cheader_filename = "ibus.h", type_id = "ibus_panel_service_get_type ()")]
417
420
        public class PanelService : IBus.Service {
719
722
        [CCode (cheader_filename = "ibus.h", has_target = false)]
720
723
        public delegate void FreeFunc (void* object);
721
724
        [CCode (cheader_filename = "ibus.h", has_target = false)]
722
 
        public delegate void ObjectDestroyFunc (IBus.Object arg0);
 
725
        public delegate void ObjectDestroyFunc (IBus.Object object);
723
726
        [CCode (cheader_filename = "ibus.h", has_target = false)]
724
727
        public delegate bool SerializableCopyFunc (IBus.Serializable dest, IBus.Serializable src);
725
728
        [CCode (cheader_filename = "ibus.h", has_target = false)]
2984
2987
        public const int KEY_ENG;
2985
2988
        [CCode (cheader_filename = "ibus.h", cname = "IBUS_KEY_ETH")]
2986
2989
        public const int KEY_ETH;
 
2990
        [CCode (cheader_filename = "ibus.h", cname = "IBUS_KEY_EZH")]
 
2991
        public const int KEY_EZH;
2987
2992
        [CCode (cheader_filename = "ibus.h", cname = "IBUS_KEY_Eabovedot")]
2988
2993
        public const int KEY_Eabovedot;
2989
2994
        [CCode (cheader_filename = "ibus.h", cname = "IBUS_KEY_Eacute")]
5394
5399
        public const int KEY_dead_e;
5395
5400
        [CCode (cheader_filename = "ibus.h", cname = "IBUS_KEY_dead_grave")]
5396
5401
        public const int KEY_dead_grave;
 
5402
        [CCode (cheader_filename = "ibus.h", cname = "IBUS_KEY_dead_greek")]
 
5403
        public const int KEY_dead_greek;
5397
5404
        [CCode (cheader_filename = "ibus.h", cname = "IBUS_KEY_dead_hook")]
5398
5405
        public const int KEY_dead_hook;
5399
5406
        [CCode (cheader_filename = "ibus.h", cname = "IBUS_KEY_dead_horn")]
5544
5551
        public const int KEY_exclam;
5545
5552
        [CCode (cheader_filename = "ibus.h", cname = "IBUS_KEY_exclamdown")]
5546
5553
        public const int KEY_exclamdown;
 
5554
        [CCode (cheader_filename = "ibus.h", cname = "IBUS_KEY_ezh")]
 
5555
        public const int KEY_ezh;
5547
5556
        [CCode (cheader_filename = "ibus.h", cname = "IBUS_KEY_f")]
5548
5557
        public const int KEY_f;
5549
5558
        [CCode (cheader_filename = "ibus.h", cname = "IBUS_KEY_fabovedot")]