summaryrefslogtreecommitdiff
path: root/vapi/glib-2.0.vapi
Commit message (Expand)AuthorAgeFilesLines
* 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
* glib-2.0: DateTime.from_iso8601() can take a null TimeZoneArnaud Bonatti2019-09-181-1/+1
* glib-2.0: Add missing "DestroysInstance" attributes to Mutex/Locker APIJeremy Philippe2019-09-021-4/+7
* glib-2.0: Fix MutexLocker bindingJeremy Philippe2019-09-021-2/+4
* glib-2.0: Use 'GStatBuf' as ctype for 'Stat'Jeremy Philippe2019-09-021-1/+1
* glib-2.0: Add new symbols from 2.62Rico Tzschichholz2019-08-281-0/+4
* glib-2.0: Add new symbols and deprecations from 2.62Rico Tzschichholz2019-08-041-1/+10
* glib-2.0: add MappedFile.from_fd constructorChristian Kellner2019-07-161-0/+2
* glib-2.0: Fix RecMutexLocker bindingRico Tzschichholz2019-07-091-1/+2
* glib-2.0: Add new symbols from 2.62Rico Tzschichholz2019-07-091-0/+34
* glib-2.0: Add binding for g_strv_equal() (since 2.60)Rico Tzschichholz2019-07-091-0/+4
* glib-2.0: Bind strcmp0 as GLib.CompareFunc<string?>Rico Tzschichholz2019-07-011-1/+1
* glib-2.0: Add Unicode 12.0 symbolsRico Tzschichholz2019-06-061-1/+7