summaryrefslogtreecommitdiff
path: root/gobject/gparam.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mcatanzaro/gtype-criticals' into 'main'Marco Trevisan2022-09-191-2/+2
|\
| * Replace most GObject warnings with criticalsMichael Catanzaro2022-08-091-2/+2
* | gparamspec: mark nick/blurb as nullableAndy Holmes2022-08-211-7/+8
|/
* Add SPDX license headers for LGPL-2.1-or-later to various filesPhilip Withnall2022-06-011-0/+2
* param: Add g_param_value_is_validMatthias Clasen2022-05-231-0/+45
* param: Avoid strchrsMatthias Clasen2022-05-201-31/+35
* param: Avoid strcmpsMatthias Clasen2022-05-201-1/+2
* docs: mark macros, flags, enums with percent signGabor Karsay2022-03-041-2/+2
* docs: Start stanzas with a single paragraphEmmanuele Bassi2021-08-021-7/+10
* Merge branch '2227-gobject-annotation-fixes' into 'master'Emmanuele Bassi2021-01-191-1/+2
|\
| * gparam: Fix transfer annotation for g_param_spec_internal()Philip Withnall2020-12-121-1/+2
* | gparam: Remove pspec_list_remove_overridden_and_redirected()Timm Bäder2020-12-311-58/+48
* | Merge branch 'fix_more_warnings' into 'master'Philip Withnall2020-12-161-0/+1
|\ \ | |/ |/|
| * Fix missing initializer warning in gobject/gparam.c:g_param_type_register_sta...Emmanuel Fleury2020-12-161-0/+1
* | gparam: Add missing (transfer) and (nullable) return annotationsPhilip Withnall2020-12-111-17/+17
|/
* tree: Fix various typos and outdated terminologyPhilip Withnall2020-06-121-1/+1
* gobject: Handle runtime checks as suchEdward Hervey2020-05-201-2/+1
* gparam: Clarify that parameter names must be non-emptyPhilip Withnall2020-03-041-2/+2
* gobject: Add g_{param_spec,signal}_is_valid_name() functionsJehan2020-03-041-7/+21
* gparam: Tighten up property name validationPhilip Withnall2019-11-151-12/+23
* gparam: Tidy up property naming documentationPhilip Withnall2019-11-121-14/+11
* gparam: fix memory leak in g_param_value_defaults()Thomas Haller2019-11-081-0/+1
* Constify g_param_value_defaults() argumentEmmanuele Bassi2019-10-261-3/+2
* Allow passing empty GValue to g_param_value_set_default()Emmanuele Bassi2019-10-261-4/+13
* gobject: Fix apostrophe usage in a few small bits of documentationPhilip Withnall2019-05-171-2/+2
* gparam: Remove unsynchronized write to g_type fieldTomasz Miąsko2019-02-221-2/+1
* gobject: Fix typo in documentation for g_param_spec_get_default_value()Philip Withnall2017-11-011-1/+1
* Use hash tables as sets in various placesPhilip Withnall2017-10-261-1/+1
* gobject/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* GParam: make G_PARAM_USER_MASK unsignedSimon McVittie2016-12-021-1/+1
* introspection: use (nullable) or (optional) instead of (allow-none)Christian Hergert2016-11-221-3/+3
* glib: Add missing (nullable) and (optional) annotationsPhilip Withnall2015-11-071-1/+1
* Doc: fix some gtk-doc warningsXavier Claessens2015-10-301-1/+1
* gparam: Fix Since tag of g_param_spec_get_name_quarkRico Tzschichholz2015-09-081-1/+1
* Add a method to get the pspec name quarkMatthias Clasen2015-09-071-3/+31
* Simplify g_param_spec_get_redirect_target a bit moreMatthias Clasen2015-09-071-1/+3
* Simplify g_param_spec_get_redirect_targetMatthias Clasen2015-09-071-7/+1
* docs: fix many documentation issues in gobject/Xavier Claessens2015-02-051-1/+1
* gparam: Remove unnecessary conditionals around preconditionsColin Walters2014-06-121-5/+2
* Stop using <para> for idsMatthias Clasen2014-02-061-6/+6
* Docs: replace <literal> by `Matthias Clasen2014-02-061-3/+3
* Docs: Big entity cleanupMatthias Clasen2014-02-011-6/+6
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* gparam: Use the new private instance data APIEmmanuele Bassi2013-06-241-5/+10
* Use 'dumb quotes' rather than `really dumb quotes'Dan Winship2013-05-211-5/+5
* GParamSpec: add g_param_spec_get_default_value()Ryan Lortie2013-04-231-0/+62
* It is 'registered', not 'registred'Matthias Clasen2012-08-181-1/+1
* Do not use static GTypeInfo and GInterfaceInfoNicola Fontana2011-11-291-1/+1
* gobject: Use G_VALUE_INITJavier Jardón2011-10-181-2/+2
* gobject/gio: some last missed statics/incluesRyan Lortie2011-10-161-1/+1