diff options
-rw-r--r-- | deps/fcitx.vapi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deps/fcitx.vapi b/deps/fcitx.vapi index fbf5e925..70ce5849 100644 --- a/deps/fcitx.vapi +++ b/deps/fcitx.vapi @@ -70,6 +70,7 @@ namespace Fcitx { public void set_current_im (string imname); public void set_imlist (GLib.GenericArray<Fcitx.IMItem> array); public void toggle (); + public string current_im { owned get; set construct; } public signal void imlist_changed (); } [CCode (cheader_filename = "fcitx-gclient/fcitxkbd.h", type_id = "fcitx_kbd_get_type ()")] |