summaryrefslogtreecommitdiff
path: root/vapi
Commit message (Collapse)AuthorAgeFilesLines
* glib-2.0: Fix IConv.iconv()Rico Tzschichholz2018-05-211-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=634753
* gobject-2.0: Make constructor of ParamSpecBoxed publicRico Tzschichholz2018-05-211-1/+1
|
* gstreamer: Cherry-pick some fixes from 0.42Rico Tzschichholz2018-05-218-51/+51
|
* sqlite3: Add additional constants for flags of Database.open_v2()Michael James Gratton2018-05-211-0/+12
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=795627
* json-glib-1.0: Mark return-type of gvariant_deserialize*() as nullableDavid Hewitt2018-04-162-4/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=795265
* glib-2.0: Mark str parameter of Variant.take_string() as ownedRico Tzschichholz2018-04-161-1/+1
|
* gtk+-*.0: Set NoAccessorMethod on Gtk.Radio*.group propertiesRico Tzschichholz2018-04-164-0/+8
| | | | The type of get/set_group() doesn't match the property type.
* glib-2.0: Use g_value_*et_schar instead of depecated g_value_*et_charRico Tzschichholz2018-04-161-1/+1
| | | | | g_value_get_char is broken on platforms where the char type is unsigned, such as ARM and PowerPC.
* gobject-2.0: Add ParamSpecGTypeRico Tzschichholz2018-04-161-0/+6
|
* gtk+-*.0: Fix iter parameter of TextView.backward*/forward*/move_visually()Rico Tzschichholz2018-04-164-10/+20
| | | | | | | Those methods are changing the passed iter structure and therefore it needs be marked as ref for vala taking this into account. https://bugzilla.gnome.org/show_bug.cgi?id=794345
* gdk-3.0,gtk+-3.0: Update to 3.22.29Rico Tzschichholz2018-04-163-6/+23
|
* posix: Include sys/sysmacros.h for major(), minor() and makedev()Rico Tzschichholz2018-04-161-3/+3
| | | | | | | Relying on sys/types.h is fatal since glibc 2.27 and was deprecated since glibc 2.25. https://bugzilla.gnome.org/show_bug.cgi?id=794651
* gobject-2.0: Cherry-pick some changes from 0.38Rico Tzschichholz2018-04-161-14/+39
|
* clutter-1.0: Avoid duplications of implemented interfacesRico Tzschichholz2018-04-162-4/+4
|
* gstreamer-1.0: Cherry-pick some fixes from 0.36Rico Tzschichholz2018-04-161-11/+11
|
* gtk+-3.0: Fix TreeView.is_blank_at_pos()Rico Tzschichholz2018-04-163-7/+3
|
* posix: Fix sig*set and sigprocmask parameters to be out/refLuca Bruno2018-04-161-5/+5
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=727425
* vapi: Fix wrong attributesRico Tzschichholz2018-04-162-3/+3
|
* libgnome-menu-3.0: Add deps fileRico Tzschichholz2018-04-162-1/+3
|
* gio-2.0: Cherry-pick some DBusProxy fixes from 0.40Rico Tzschichholz2018-02-141-4/+4
|
* gdk-3.0,gtk+-3.0: Update to 3.22.27Rico Tzschichholz2018-02-143-4/+7
|
* gstreamer-1.0: Cherry-pick some fixes from 0.38Rico Tzschichholz2018-02-144-81/+70
|
* gstreamer-1.0: Cherry-pick some fixes from 0.38Rico Tzschichholz2018-01-301-2/+2
|
* Regenerate GIR-based bindingsRico Tzschichholz2018-01-302-4/+36
|
* Regenerate GIR-based bindingsRico Tzschichholz2018-01-3012-0/+31
|
* posix: add ctime(3)Dr. Michael Lauer2018-01-211-0/+3
|
* posix: fix binding of struct hostent. Make clear that gethostbyname(3) can ↵Dr. Michael Lauer2018-01-211-1/+2
| | | | return NULL.
* webkit2gtk-web-extension-4.0: Fix DOM.EventTarget interfaceRico Tzschichholz2018-01-162-3/+7
|
* gtk+-3.0: Update to 3.22.26+6f26d0dcRico Tzschichholz2018-01-162-1/+2
|
* libwnck-3.0: Update to 3.24.1Rico Tzschichholz2018-01-161-0/+8
|
* glib-2.0: Add GLib.OPTION_REMAINING and GLib.OptionFlags.NONERico Tzschichholz2018-01-161-0/+4
|
* gtk+-3.0: Don't hide user_data parameter in Clipboard.set_with_data()Rico Tzschichholz2018-01-162-1/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=79223
* gtk+-2.0: Don't hide user_data parameter in Clipboard.set_with_data()Rico Tzschichholz2018-01-162-1/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=792237
* gtk+-2.0: Mark MessageDialog constructor parameter, message_format, as nullableAlistair Thomas2018-01-162-1/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=791570
* gtk+-3.0: Mark MessageDialog constructor parameter, message_format, as nullableAlistair Thomas2018-01-162-1/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=791570
* Regenerate GIR-based bindingsRico Tzschichholz2017-12-111-1/+1
|
* gtk+-3.0: Don't mark simple-type out-parameters with '?' as nullableRico Tzschichholz2017-12-112-9/+9
|
* gstreamer-1.0: Cherry-pick some fixes from 0.38Rico Tzschichholz2017-12-112-23/+23
|
* Regenerate GIR-based bindingsRico Tzschichholz2017-12-093-23/+4
|
* gtk+-3.0: Fix FileChooser.add_choice()Rico Tzschichholz2017-12-092-3/+3
|
* glib-2.0: Fix potential null pointer dereference in string.joinv()Philip Withnall2017-12-091-1/+1
| | | | | | | | | | | The logic in the ‘is the array null or empty’ check was disjunctive rather than conjunctive. If (str_array == null), the condition would have short-circuited and tried to evaluate str_array.length, which would have crashed. Coverity CID: #1462389 (spotted when scanning Tracker) https://bugzilla.gnome.org/show_bug.cgi?id=791257
* gobject-2.0: Add missing GType constants for fundamentalsGeorge Barrett2017-12-091-0/+17
| | | | | | | | | | | At present, only a handful of the G_TYPE_* are declared as constants GType defines, adding a hurdle to vala programs wanting to use GObject's fundamental type introspection facilities. This commit simply adds declarations for all the constant-valued GTypes listed in the GObject documentation. https://bugzilla.gnome.org/show_bug.cgi?id=791023
* gtk+-3.0: Update to 3.22.26+9ce824d3Rico Tzschichholz2017-12-092-0/+14
|
* gstreamer-1.0: Bind GST_DEBUG_BIN_TO_DOT_FILE/*_WITH_TSEvan Nemerson2017-12-092-0/+11
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=785215
* gobject-2.0: Add some missing symbolsRico Tzschichholz2017-12-091-2/+7
| | | | | G_SIGNAL_FLAGS_MASK, G_SIGNAL_MATCH_MASK, g_source_set_closure, g_source_set_dummy_callback
* gtk+-3.0: Update to 3.22.26Rico Tzschichholz2017-11-193-3/+31
|
* libxml-2.0: Add DTD methodsDaniel Espinosa2017-10-261-0/+51
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=789442
* gio-2.0: Expose g_task_get_source_object as Task.get_unowned_source_objectRico Tzschichholz2017-10-262-3/+6
| | | | ... and some nullable fixes
* Regenerate GIR-based bindingsRico Tzschichholz2017-10-261-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=788775
* codegen: Prioritize "array_length=true" over "array_null_terminated=true"Rico Tzschichholz2017-10-261-1/+1
| | | | | | | | | If arrays claim to have an array-length and also are null-terminated then use and rely on the given length. Adapt the girparser for this and add "array_length = true" accordingly. https://bugzilla.gnome.org/show_bug.cgi?id=788775