summaryrefslogtreecommitdiff
path: root/vapi
Commit message (Expand)AuthorAgeFilesLines
* More fixes, patch by Matías De la PuenteJürg Billeter2009-01-191-4/+4
* Fix binding for gst_pad_chainThijs Vermeir2009-01-182-3/+4
* Add Log.FILE, Log.LINE, and Log.METHOD constants as replacements forJürg Billeter2009-01-181-0/+4
* Add stub POSIX bindingJürg Billeter2009-01-182-0/+215
* Fix sincos binding, patch by Jukka-Pekka Iivonen, fixes bug 568038Jürg Billeter2009-01-171-2/+1
* Add Lua binding, patch by pancake and Phil Housley, fixes bug 540820Jürg Billeter2009-01-172-0/+132
* Fix delegate bindings, patch by Matías De la PuenteJürg Billeter2009-01-171-69/+69
* Fix gtk_widget_create_pango_* bindingsJürg Billeter2009-01-172-2/+4
* Add missing bindings for GstValue. fixes bug 530812Thijs Vermeir2009-01-172-0/+25
* Remove gconf_init binding, it is broken and deprecated, fixes bug 548435Jürg Billeter2009-01-162-2/+2
* Support vfunc_name attributeJürg Billeter2009-01-162-3/+4
* Fix GtkTreePath binding, fixes bug 566274Jürg Billeter2009-01-162-1/+4
* Fix gtk_text_iter_forward_find_char binding, patch by Nicolas Joseph,Jürg Billeter2009-01-162-1/+2
* Add MySQL bindings, patch by Jukka-Pekka Iivonen, fixes bug 567342Jürg Billeter2009-01-162-0/+108
* Fix g_datalist*_get bindings, patch by Yu Feng, fixes bug 567324Jürg Billeter2009-01-161-2/+2
* Support void ref functionsJürg Billeter2009-01-161-3/+3
* Fix accessor detection for propertiesJürg Billeter2009-01-1511-62/+16
* Fix syntax error, patch by FrederikJürg Billeter2009-01-151-1/+1
* Improve output for owned property gettersJürg Billeter2009-01-1430-862/+860
* Fix binding of gst_caps_from_string regeneratedThijs Vermeir2009-01-132-5/+6
* regeneratedThijs Vermeir2009-01-121-3/+3
* Ownership fixes in gst_bin_* bindings, patch by Sebastian PölsterlJürg Billeter2009-01-112-10/+20
* Fix GMarkupParser binding, patch by Ali SabilJürg Billeter2009-01-111-1/+1
* Fix GstMessage ownership in gst_bus_* bindings, patch by SebastianJürg Billeter2009-01-112-6/+12
* Support methods returning null-terminated arraysJürg Billeter2009-01-102-2/+2
* Add CodeNode.get_type_name methodJürg Billeter2009-01-091-2/+6
* Fix GstNetAddress binding, fixes bug 564924Jürg Billeter2009-01-092-17/+18
* Fix gst_base_transform_get_unit_size bindings, fixes bug 565978Jürg Billeter2009-01-092-2/+3
* Fix gst_uri_handler_get_protocols* bindings, fixes bug 566375Jürg Billeter2009-01-092-2/+4
* Fix gst_object_get_name, gst_object_get_name_prefix, andJürg Billeter2009-01-092-4/+7
* Fix gsl_error_set_error_handler bindingJürg Billeter2009-01-091-1/+1
* Fix gtk_selection_data_set_uris binding, fixes bug 566742Jürg Billeter2009-01-082-1/+2
* Fix TagLib_AudioProperties binding, patch by Andreas Brauchli, fixes bugJürg Billeter2009-01-071-1/+2
* Fix GtkStockItem bindingJürg Billeter2009-01-072-11/+11
* Fix stock item binding.Étienne Bersac2009-01-071-2/+3
* Update to taglib_c 1.5, patch by Andreas Brauchli, fixes bug 566919Jürg Billeter2009-01-071-50/+92
* Fix g_object_class_find_property binding, patch by Zeeshan Ali Khattak,Jürg Billeter2009-01-071-1/+1
* Do not accidentally generate stacked arraysJürg Billeter2009-01-052-9/+12
* Fix GtkWidget::style_set and gtk_rc_get_style_by_paths bindingsJürg Billeter2009-01-052-2/+6
* Fix gtk_init_with_args binding, fixes bug 547135Jürg Billeter2009-01-042-3/+3
* Array length attribute fixesJürg Billeter2009-01-0419-665/+380
* Drop obsolete foreach support for null-terminated arraysJürg Billeter2009-01-041-2/+2
* Fix fork_command binding RegeneratedThijs Vermeir2009-01-042-20/+19
* Support [CCode (array_null_terminated = true)] attribute to fix lengthJürg Billeter2009-01-041-1/+1
* Fix parameters without array lengthJürg Billeter2009-01-0413-102/+82
* Replace [NoArrayLength] by [CCode (array_length = false)], which can alsoJürg Billeter2009-01-041-38/+26
* Fix gst_netaddress_*_ip6_address bindings, patch by Andrew Feren, fixesJürg Billeter2009-01-032-0/+7
* Fix g_file_load_contents bindings, patch by Zeeshan Ali Khattak, fixes bugJürg Billeter2009-01-032-3/+10
* Fix gst_parse_* bindings, patch by Zeeshan Ali Khattak, fixes bug 539817Jürg Billeter2009-01-032-3/+6
* Add BooleanType, EnumValueType, FloatingType, and StructValueType asJürg Billeter2009-01-031-0/+1