summaryrefslogtreecommitdiff
path: root/gobject
AgeCommit message (Expand)Author
2018-02-21Remove HAVE_CONFIG_H defs and usesErnestas Kulik
2018-02-16gtype: Fix use of potentially undefined GVoidFuncPhilip Withnall
2018-02-16gtype: cast *_init functions to void(*)(void) firstLubomir Rintel
2018-02-14gobject: Mention transfer semantics of installing properties on GObjectsPhilip Withnall
2018-02-08Revert "GValue – Don't cast G_VALUE_TYPE() argument to GValue*"Philip Withnall
2018-02-08GValue – Don't cast G_VALUE_TYPE() argument to GValue*Sebastian Dröge
2018-01-15docs: Add missing apostrophes in GObject documentationPhilip Withnall
2018-01-12docs: Remove XML-style comments from documentation stringsPhilip Withnall
2018-01-05docs: Remove some latent DocBook usage in the GObjectClass documentationPhilip Withnall
2018-01-04meson: fix static build under WindowsChristoph Reiter
2018-01-04meson: build Windows resource filesChristoph Reiter
2018-01-04GTypeModule: Allow registering static typesXavier Claessens
2018-01-01Binding: bind_property’s @notify func is nullableDaniel Boles
2017-12-21Do not generate marshaller aliases in source filesEmmanuele Bassi
2017-12-21gobject: new g_set_weak_pointer() & g_clear_weak_pointer() helpersMartin Blanchard
2017-12-13g_type_check_value, g_type_check_value_holds: accept const argumentSimon McVittie
2017-12-13glib-mkenums: best effort attempt on non-utf8 encoded files.Patrick Welche
2017-12-09Disable refcounting type propagation with C++Emmanuele Bassi
2017-12-08Use escaped version of typeofEmmanuele Bassi
2017-12-08gobject: add type propagation to gobject ref APIChristian Hergert
2017-11-29gobject: Minor typo fix in a g_critical() warningPhilip Withnall
2017-11-29docs: Drop unnecessary <!-- -->s from gtk-doc commentsPhilip Withnall
2017-11-28gobject: Add missing annotations to GValue variant methodsPhilip Withnall
2017-11-22meson: Use files() for headers and sourcesNirbheek Chauhan
2017-11-15gsignal: add assert on closure invalidate pathRyan Lortie
2017-11-12docs: add missing '*' chars at start of doc-commentsStefan Sauer
2017-11-03build: Ensure .py files are generated at build time not install timeMartin
2017-11-02meson: Fix installation of gdb autoload scripts v2Nirbheek Chauhan
2017-11-02meson: Fix comment explaining gdb hacksNirbheek Chauhan
2017-11-02meson: Fix GDB scripts install_dir for *nixJan Alexander Steffens (heftig)
2017-11-01gobject: Fix typo in documentation for g_param_spec_get_default_value()Philip Withnall
2017-10-31mkenums: Don't raise when unlinking a file that does not existSam Spilsbury
2017-10-26Use hash tables as sets in various placesPhilip Withnall
2017-10-26Clarify documentation of GValueTransformStef Walter
2017-10-25glib-genmarshal/glib-mkenums: Add comment clarifying licensingPhilip Withnall
2017-10-24Sort the list of files being processed by glib-mkenumsEmmanuele Bassi
2017-10-19glib-mkenums: Add default comment template if none is providedPhilip Withnall
2017-10-17glib-mkenums: Fix typo in version stringPhilip Withnall
2017-10-11gdate: add g_date_copy()Andrew Potter
2017-10-11meson: Fix permissions of installed scriptsJan Alexander Steffens (heftig)
2017-10-06gclosure: Fix (transfer) annotations on GClosure constructorsPhilip Withnall
2017-09-14meson: Install items according to their relevanceChun-wei Fan
2017-09-11valuearray: Skip g_value_array_free() in bindingsNicolas Dufresne
2017-09-11gobject: Skip more non-introspectable data/qdata methodsMikhail Zabaluev
2017-09-11gobject: Add missing (nullable) and (out) annotations on the data/qdata APIMikhail Zabaluev
2017-09-11validate_pspec_to_install(): Factor out function to validate a GParamSpecFederico Mena Quintero
2017-09-11validate_and_install_property(): Check pspec-specific fields in the same orde...Federico Mena Quintero
2017-09-11validate_and_install_property(): Validate presence of get/set_property method...Federico Mena Quintero
2017-09-11g_object_interface_install_property(): Do interface-specific validations firstFederico Mena Quintero
2017-09-11install_property_internal(): Propagate failure when installing duplicated pro...Federico Mena Quintero