summaryrefslogtreecommitdiff
path: root/gobject/genums.c
Commit message (Expand)AuthorAgeFilesLines
* Add SPDX license headers for LGPL-2.1-or-later to various filesPhilip Withnall2022-06-011-0/+2
* genums: Add missing (transfer) and (nullable) return annotationsPhilip Withnall2020-12-111-6/+6
* gobject: Handle runtime checks as suchEdward Hervey2020-05-201-4/+3
* gobject: Fix various compiler warnings when compiling with G_DISABLE_ASSERTPhilip Withnall2019-03-081-1/+1
* gobject/genums.c: fix flags validationArthur Demchenkov2018-11-011-1/+4
* gobject/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* gobject: Add to_string() functions for Enum and Flags typesGarrett Regier2017-03-301-0/+127
* docs: code example for enumeration typesSébastien Wilmet2015-02-081-0/+13
* Eradicate links and xrefsMatthias Clasen2014-02-081-11/+8
* Docs: replace <literal> by `Matthias Clasen2014-02-061-1/+1
* Annotate all examples with their languageMatthias Clasen2014-02-011-1/+1
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* GObject: Introspection annotations for enumsGergely POLONKAI2013-11-231-14/+16
* Use 'dumb quotes' rather than `really dumb quotes'Dan Winship2013-05-211-1/+1
* documentation fixesStef Walter2011-12-131-1/+1
* Do not use static GTypeInfo and GInterfaceInfoNicola Fontana2011-11-291-1/+1
* gobject: Use _ prefixing in private headers over G_GNUC_INTERNAL in public he...Colin Walters2011-06-031-1/+2
* gobject/: fully remove gobjectalias hacksRyan Lortie2010-07-071-4/+0
* [docs] Fix @title usage in "Enumeration and flags types" sectionJavier Jardón2010-01-031-4/+2
* Fix up section commentsMatthias Clasen2008-07-021-5/+3
* remove trailing whitespace from newly added gtk-doc comments andMichael Natterer2008-06-221-54/+58
* moved includes back to the top of the files (before gtk-doc SECTIONMichael Natterer2008-06-221-24/+34
* Migrating docs.Stefan Kost2008-06-211-0/+30
* Add titles back from tmpl.Stefan Kost2008-06-211-0/+1
* Use file-names from the section file for SECTION: comments.Stefan Kost2008-06-211-1/+1
* Migrating docs.Stefan Kost2008-06-211-0/+148
* Intern type names before registering the type to avoid unnecessary copies.Matthias Clasen2005-08-311-2/+2
* Special-case flag value of 0. Instead of returning the first randomTim-Philipp Müller2005-08-121-4/+13
* Make work again.Matthias Clasen2005-03-141-1/+5
* Implement the same PLT reduction technique used in GTK+:Matthias Clasen2004-09-161-2/+2
* changed prototype of g_boxed_type_register_static() to contain an optionalTim Janik2001-03-071-8/+10
* changed collect_format, collect_value() and lcopy_format, lcopy_value() inTim Janik2001-02-171-23/+21
* adapt to work with new CVS gtk-doc, leaving the old rules in place causedTim Janik2001-01-311-0/+4
* added newly added gobject/ headers.Tim Janik2000-10-251-88/+99
* Move string.h include into the .c file instead of where it was in the .hOwen Taylor2000-07-101-0/+3
* define gstring in terms of gchar*. this typedef reflects the type name ofTim Janik2000-06-241-7/+105
* add reserved fundamental ids for gtk types (for transition time). addedTim Janik2000-05-121-0/+306