diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2019-12-09 13:50:55 +0100 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2019-12-09 13:50:55 +0100 |
commit | edf4b3dcbabe7f3a0e3cd0207205d82236b82c8a (patch) | |
tree | 8a0b7c3df15df4f5d388033a745dec6b2f7425cc /vapi/gio-2.0.vapi | |
parent | 6465dbb7e8618f7b33a4233b9369ec9d0195ab15 (diff) | |
download | vala-edf4b3dcbabe7f3a0e3cd0207205d82236b82c8a.tar.gz |
vapi: Update GIR-based bindings
Diffstat (limited to 'vapi/gio-2.0.vapi')
-rw-r--r-- | vapi/gio-2.0.vapi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vapi/gio-2.0.vapi b/vapi/gio-2.0.vapi index d6975a66b..1d9f8bf10 100644 --- a/vapi/gio-2.0.vapi +++ b/vapi/gio-2.0.vapi @@ -1674,6 +1674,10 @@ namespace GLib { public ListStore (GLib.Type item_type); [Version (since = "2.44")] public void append (GLib.Object item); + [Version (since = "2.64")] + public bool find (GLib.Object item, out uint position); + [Version (since = "2.64")] + public bool find_with_equal_func (GLib.Object item, GLib.EqualFunc equal_func, out uint position); [Version (since = "2.44")] public void insert (uint position, GLib.Object item); [Version (since = "2.44")] |