summaryrefslogtreecommitdiff
path: root/vapi/glib-2.0.vapi
Commit message (Expand)AuthorAgeFilesLines
* glib-2.0: Wrap TimeZone.identifier() constuctor for proper error supportmjog/glib_tz_identifierRico Tzschichholz2021-04-191-1/+9
* glib-2.0: Add simple_generics attribute to GenericArray.find_custom()Nahuel Gomez Castro2021-04-121-1/+1
* glib-2.0: Add some missing type-argumentsRico Tzschichholz2021-03-071-16/+16
* glib-2.0: Add new symbols from 2.68Rico Tzschichholz2021-02-271-0/+4
* codegen: Don't use volatile modifier in glib API when targetting >= 2.68Rico Tzschichholz2021-02-191-0/+49
* glib-2.0: Add new symbols from 2.68Rico Tzschichholz2021-02-041-0/+11
* glib-2.0: Improve type of OptionEntry.flags fieldReuben Thomas2021-01-141-1/+2
* glib-2.0: Add new symbols from 2.68Rico Tzschichholz2021-01-031-1/+52
* glib-2.0: Make PtrArray a subclass of GenericArrayRico Tzschichholz2020-12-301-19/+2
* glib-2.0: Bind assert_cmp* functionsChristopher White2020-12-021-0/+34
* glib-2.0: Add GLib.[S]List.is_empty() convenience methods for non-nullRico Tzschichholz2020-11-251-0/+10
* glib-2.0: Improve GenericArray.length propertyRico Tzschichholz2020-11-101-1/+3
* glib-2.0: Add GenericArray.find_custom() as variant of find_with_equal_func()Corentin Noël2020-11-051-0/+6
* glib-2.0: Add return codes to FileStream.putc/puts(), like posixReuben Thomas2020-10-211-2/+2
* glib-2.0: Fix return-type of Uri.parse_params() bindingRico Tzschichholz2020-10-061-1/+1
* glib-2.0: Update GLib.Uri API (since 2.66)Rico Tzschichholz2020-08-231-6/+10
* glib-2.0: Add GLib.UriParamsIter bindings (since 2.66)Rico Tzschichholz2020-08-231-0/+16
* glib-2.0: Add GLib.File.set_contents_full() binding (since 2.66)Rico Tzschichholz2020-08-011-0/+12
* glib-2.0: Drop type_id from GLib.Error, let it be handled internallyRico Tzschichholz2020-07-201-1/+1
* glib-2.0: Add more explicit type_id attributes for various symbolsRico Tzschichholz2020-07-051-12/+12
* glib-2.0: Add AtomicUint, an alternation of AtomicInt for uintRico Tzschichholz2020-07-031-0/+20
* glib-2.0: Add GLib.Uri bindings (since 2.66)Rico Tzschichholz2020-06-261-1/+101
* glib-2.0: data of GLib.Bytes is allowed to be nullMichael Gratton2020-06-251-7/+8
* glib-2.0,gobject-2.0: Add new symbols from 2.66Rico Tzschichholz2020-06-071-0/+24
* Revert "glib-2.0: Map given end == 0 for string.slice/splice() to string.length"Rico Tzschichholz2020-05-241-4/+0
* glib-2.0: Map given end == 0 for string.slice/splice() to string.lengthwb96882020-05-231-0/+4
* girparser: Drop special handling of GLib.Data, GLib.PtrArray and GLib.StringRico Tzschichholz2020-04-191-0/+1
* glib-2.0: Add Unicode 13.0 symbolsRico Tzschichholz2020-04-181-1/+7
* glib-2.0: Guard Pid.to_string() with GLIB_2_50 to deal with G_PID_FORMATRico Tzschichholz2020-04-161-0/+2
* glib-2.0: Fix Filename.canonicalize() binding of g_canonicalize_filenamevanadiae2020-04-101-1/+2
* glib-2.0: Add binding for g_win32_ftruncate()Rico Tzschichholz2020-03-191-0/+1
* glib-2.0: Add missing IOChannel's win32 APIZUHONG TAO2020-03-191-0/+7
* glib-2.0: Add binding for g_poll()ZUHONG TAO2020-03-111-0/+2
* glib-2.0: Add missing "type_id" or "has_type_id" attributes to structsRico Tzschichholz2020-03-081-14/+22
* glib-2.0: Memory profiling ("g_mem_*") is deprecated since 2.46Rico Tzschichholz2020-03-081-0/+5
* glib-2.0: Let (u)int.try_parse() return false if there is an unparsed partRico Tzschichholz2020-01-141-2/+2
* glib-2.0: Reset errno before calling strto*() functions.Jeremy Philippe2020-01-061-0/+8
* glib-2.0: Add new symbols from 2.64Rico Tzschichholz2019-12-061-0/+10
* glib-2.0: Add to_string() for GLib.PollFd and GLib.PidRico Tzschichholz2019-12-061-0/+9
* glib-2.0: Add "has_typedef = false" to custom MarkupParser*Func delegatesRico Tzschichholz2019-11-091-4/+5
* glib-2.0: Add new symbols from 2.64Rico Tzschichholz2019-10-291-1/+12
* glib-2.0: Check errno for EINVAL and ERANGE in *.try_parse()Rico Tzschichholz2019-10-221-8/+16
* glib-2.0: Add (u)int.try_parse()Rico Tzschichholz2019-10-211-0/+44
* glib-2.0: Add optional "base" parameter to *.parse/try_parse() of integersRico Tzschichholz2019-10-211-18/+18
* glib-2.0: Add binding for "warning_once()" since 2.64Rico Tzschichholz2019-10-161-0/+4
* glib-2.0: Add new symbols from 2.64Rico Tzschichholz2019-10-161-0/+32
* glib-2.0: Guard against passing null source to GLib.Memory.copy()Rico Tzschichholz2019-10-101-2/+4
* glib-2.0: Add binding for "gettext()"Michael Gratton2019-10-091-0/+2
* glib-2.0: Set default_value attribute for GLib.pointerRico Tzschichholz2019-10-031-1/+1
* Directly use "memmove()" while g_memmove() is deprecated since 2.40Rico Tzschichholz2019-09-221-1/+1