summaryrefslogtreecommitdiff
path: root/gobject/gboxed.c
Commit message (Expand)AuthorAgeFilesLines
* gobject: Fix some annotationsbadcel2023-02-241-2/+2
* gboxed: Add GBookmarkFile as Boxed typesMarco Trevisan (Treviño)2022-10-141-0/+1
* Add SPDX license headers for LGPL-2.1-or-later to various filesPhilip Withnall2022-06-011-0/+2
* docs: mark macros, flags, enums with percent signGabor Karsay2022-03-041-1/+1
* docs: Start stanzas with a single paragraphEmmanuele Bassi2021-08-021-6/+10
* g_boxed_type_register_static: added reference to G_DEFINE_BOXED_TYPEDarkTrick2021-07-221-0/+4
* boxed: Register GPatternSpec as boxed typeMarco Trevisan (Treviño)2021-04-271-0/+1
* gobject: Drop use of volatile from get_type() macrosPhilip Withnall2020-11-201-4/+4
* Add boxing for GTreeAndrew Potter2020-10-071-0/+1
* glib: Avoid redefining GLIB_DISABLE_DEPRECATION_WARNINGSPhilip Withnall2020-07-271-0/+2
* guri: new URI parsing and generating functionsDan Winship2020-06-251-0/+1
* gobject: Handle runtime checks as suchEdward Hervey2020-05-201-2/+1
* gboxed: Fix two potential NULL pointer dereferencesPhilip Withnall2019-09-051-4/+2
* gobject: Fix apostrophe usage in a few small bits of documentationPhilip Withnall2019-05-171-2/+2
* docs: Expand introduction to boxed typesPhilip Withnall2019-05-021-5/+16
* gobject: Fix various compiler warnings when compiling with G_DISABLE_ASSERTPhilip Withnall2019-03-081-1/+1
* gdate: add g_date_copy()Andrew Potter2017-10-111-7/+1
* gobject/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* Drop trailing semi-colon from G_DEFINE_ macroEmmanuele Bassi2017-04-101-3/+3
* introspection: use (nullable) or (optional) instead of (allow-none)Christian Hergert2016-11-221-4/+4
* glib: Add missing (nullable) and (optional) annotationsPhilip Withnall2015-11-071-3/+4
* goption: Add boxed type for GOptionGroupBastien Nocera2015-02-111-0/+2
* docs: fix many documentation issues in gobject/Xavier Claessens2015-02-051-6/+0
* gobject: box GVariantDictRyan Lortie2014-02-041-0/+1
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* gobject: Add missing transfer annotation to g_boxed_copyRico Tzschichholz2014-01-231-1/+1
* gobject: Box GMappedFileRay Strode2013-11-151-0/+1
* Use 'dumb quotes' rather than `really dumb quotes'Dan Winship2013-05-211-2/+2
* gmarkup: Make GMarkupParseContext a boxed typeJasper St. Pierre2013-01-011-0/+1
* Make GChecksum more fully introspectableColin Walters2012-12-101-0/+1
* Add boxed GType for GThreadSebastian Dröge2012-11-201-0/+2
* Box GPollFD to make it introspectableMartin Pitt2012-11-051-0/+10
* Revert "Box GPollFD to make it introspectable"Martin Pitt2012-10-251-10/+0
* Box GPollFD to make it introspectableMartin Pitt2012-10-251-0/+10
* Box GTimeZone to make it introspectableMartin Pitt2012-09-061-0/+1
* regex: Remove --disable-regex optionChristian Persch2012-02-261-5/+0
* Deprecate GValueArrayEmmanuele Bassi2012-01-241-1/+4
* Do not use static GTypeInfo and GInterfaceInfoNicola Fontana2011-11-291-1/+1
* GBytes: A new type for an immutable set of bytes.Stef Walter2011-11-241-0/+1
* Turn GKeyFile into a boxed for introspectionGiovanni Campagna2011-10-151-0/+2
* Make GMainLoop, GMainContext and GSource boxed typesPavel Holejsovsky2011-08-311-0/+3
* Spelling fixesMatthias Clasen2011-08-291-2/+2
* Add (allow-none) annotation for GValue setters.Pavel Holejsovsky2011-08-171-4/+4
* Add boxed GType for GMatchInfoChristian Persch2011-06-241-0/+2
* gobject: Use _ prefixing in private headers over G_GNUC_INTERNAL in public he...Colin Walters2011-06-031-1/+1
* Add a boxed type for GVariantBuilder, mark GVariantIter as (skip)Colin Walters2011-05-311-0/+2
* Add GI annotations to GValue and GValueArray.Pavel Holejsovsky2010-12-191-2/+2
* datetime: Add GDateTime to the GType systemThiago Santos2010-08-241-0/+2
* Use G_DEFINE_[BOXED|POINTER]_TYPE instead of handwritten codeChristian Persch2010-08-181-177/+38
* gobject/: fully remove gobjectalias hacksRyan Lortie2010-07-071-4/+0