summaryrefslogtreecommitdiff
path: root/gobject/gparamspecs.c
Commit message (Expand)AuthorAgeFilesLines
* Empty values are not valid GParamSpecEmmanuele Bassi2022-09-251-0/+3
* gparamspec: mark nick/blurb as nullableAndy Holmes2022-08-211-44/+44
* Add SPDX license headers for LGPL-2.1-or-later to various filesPhilip Withnall2022-06-011-0/+2
* gparamspecs: Tidy up a preconditionPhilip Withnall2022-05-251-2/+1
* gparamspecs: Remove redundant NULL checksPhilip Withnall2022-05-251-53/+1
* param: Add a value_is_valid vfuncMatthias Clasen2022-05-231-11/+239
* param: Drop a pointless functionMatthias Clasen2022-05-201-13/+1
* Clarify GValue documentationDarkTrick2021-07-121-0/+3
* glib: Avoid redefining GLIB_DISABLE_DEPRECATION_WARNINGSPhilip Withnall2020-07-271-0/+2
* Merge branch 'param-value-default' into 'master'Philip Withnall2019-10-311-2/+5
|\
| * Do not validate a GValue initialized with the defaultEmmanuele Bassi2019-10-261-2/+5
* | gparamspecs: Fix type class leaks on error handling pathsPhilip Withnall2019-10-281-2/+8
|/
* gobject: Fix various compiler warnings when compiling with G_DISABLE_ASSERTPhilip Withnall2019-03-081-1/+6
* gobject: Reimplement g_param_values_cmp() for GParamSpecVariantPhilip Withnall2018-05-041-1/+27
* Revert "Fix the cmp implementation for variant values"Philip Withnall2018-05-041-1/+1
* Fix the cmp implementation for variant valuesMatthias Clasen2018-05-021-1/+1
* gobject/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* introspection: use (nullable) or (optional) instead of (allow-none)Christian Hergert2016-11-221-1/+1
* gparamspecs: GTypes are stored in v_pointer, not v_longSebastian Dröge2016-04-271-5/+5
* gparamspecs: Mark g_param_spec_string()’s default value as (nullable)Philip Withnall2015-10-081-1/+1
* GParamSpec: do not use static GParamSpecTypeInfoNicola Fontana2015-09-131-21/+21
* gparamspecs: Recommend use of most specific GParamSpec typesPhilip Withnall2015-03-031-1/+6
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Fix crashes in various GParamSpec creation functionsSimon Feltman2013-10-011-0/+52
* GParamSpec: Make constructors introspectableMartin Pitt2013-01-141-44/+44
* Deprecate GValueArrayEmmanuele Bassi2012-01-241-0/+3
* GObject docs: resolve broken linksRyan Lortie2011-09-051-1/+1
* gobject: Use _ prefixing in private headers over G_GNUC_INTERNAL in public he...Colin Walters2011-06-031-1/+2
* Add GI annotations to GParamSpecPavel Holejsovsky2010-12-271-23/+23
* gobject/: fully remove gobjectalias hacksRyan Lortie2010-07-071-4/+0
* Add fundamental type and pspec for GVariantChristian Persch2010-06-171-1/+126
* Fix up section commentsMatthias Clasen2008-07-021-6/+3
* remove trailing whitespace from newly added gtk-doc comments andMichael Natterer2008-06-221-84/+91
* moved includes back to the top of the files (before gtk-doc SECTIONMichael Natterer2008-06-221-13/+17
* Migrating docs.Stefan Kost2008-06-211-1/+357
* make GParamGType require the set type during construction instead of usingBenjamin Otte2008-02-061-2/+4
* work around SGI IDO cc, fixes #363986.Tim Janik2007-06-141-2/+2
* also clear the NOCOPY_CONTENTS flag when replacing NULL with the emptyMichael Natterer2007-04-251-1/+2
* don't free or modify static strings, dup them when needed and clear theMichael Natterer2007-04-241-1/+17
* Don't initialize struct members with function calls. (#349952)Matthias Clasen2006-08-061-1/+2
* implemented G_TYPE_GTPYE. applied patch from matthias which implementsTim Janik2005-12-221-1/+81
* More string interningMatthias Clasen2005-08-311-21/+21
* Make work again.Matthias Clasen2005-03-141-1/+4
* Implement the same PLT reduction technique used in GTK+:Matthias Clasen2004-09-161-1/+2
* Correct the initial minimal value to be -G_MAXFLOAT. The initial valuesMatthias Clasen2004-04-151-2/+2
* Add a new GParamSpecOverride type that is a pointer to a differentOwen Taylor2003-10-211-1/+97
* Remove all docs from gobject at Tims request. Documentation is only forMatthias Clasen2003-02-071-226/+0
* Move some docs inline.Matthias Clasen2002-12-151-1/+227
* 1.3.14GLIB_1_3_14Owen Taylor2002-02-171-1/+2
* fixed param_value_array_values_cmp(), param_value_array_validate() andTim Janik2002-01-111-27/+35