summaryrefslogtreecommitdiff
path: root/gobject/gtype.h
Commit message (Expand)AuthorAgeFilesLines
* Support versions of GTypeswip/alexl/versioned-typesAlexander Larsson2016-02-151-5/+18
* Revert "make *_get_instance_private const-compliant"Emmanuele Bassi2016-01-181-1/+1
* Revert "G_DECLARE_*: be const-compliant"Emmanuele Bassi2016-01-181-10/+10
* glib: Add missing (nullable) and (optional) annotationsPhilip Withnall2015-11-071-14/+17
* doc: clarify that _get_instance_private() is NULL-safeXavier Claessens2015-09-221-0/+8
* docs: Add an example of G_DEFINE_BOXED_TYPEEmmanuele Bassi2015-05-251-1/+11
* make *_get_instance_private const-compliantMarc-Antoine Perennou2015-02-271-1/+1
* G_DECLARE_*: be const-compliantMarc-Antoine Perennou2015-02-271-10/+10
* Add G_DECLARE_INTERFACEXavier Claessens2015-02-061-0/+74
* docs: fix many documentation issues in gobject/Xavier Claessens2015-02-051-2/+0
* docs: fix typos in G_DECLARE_*_TYPEXavier Claessens2015-02-031-11/+13
* gtype.h: Fix Build on non-GCCChun-wei Fan2015-02-031-6/+2
* gobject\gtype.h: Make up for Missing '\'Chun-wei Fan2015-02-021-1/+1
* G_DECLARE_*_TYPE: add auto cleanup supportRyan Lortie2015-01-301-0/+16
* DECLARE_TYPE: ignore deprecations in inlinesRyan Lortie2015-01-301-0/+4
* G_DECLARE_FINAL_TYPE: trivial fix in docs commentRyan Lortie2015-01-301-1/+1
* G_DECLARE_DERIVED_TYPE: allow forward declarationsChristian Hergert2015-01-281-1/+2
* gtype: add type declaration macros for headersRyan Lortie2015-01-271-0/+158
* Add simple instance count facilityOwen W. Taylor2014-10-111-1/+5
* gobject: move _g_type_debug_flags from gtype.h to gtype-private.hKang Hu2014-06-281-1/+0
* docs: GType documentation cleanupMatthias Clasen2014-05-311-166/+159
* docs: Replace <function> XML tag with back ticksEmmanuele Bassi2014-05-311-2/+1
* gtype: Add check for fundamental instance typeEdward Hervey2014-05-311-0/+16
* Fix some typos in documentationMathieu Bridon2014-05-051-1/+1
* gobject: Document that classes/objects/interfaces are zero-filledPhilip Withnall2014-04-291-0/+7
* docs: Remove <!-- --> comment before plural sVolker Sobek2014-04-241-1/+1
* docs: Use markdown links in all .c and .h filesVolker Sobek2014-04-151-1/+1
* gtype – Mark _get_instance_private() function as G_GNUC_UNUSEDSebastian Dröge2014-03-081-0/+1
* docs: Ditch more markupMatthias Clasen2014-03-021-3/+3
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* gobject: Fix compilation on OS X/ppc64Misty De Meo2013-09-191-1/+4
* Fix G_DEFINE_ABSTRACT_TYPE_WITH_PRIVATE documentationDieter Verfaillie2013-08-221-1/+1
* Fix a typoRico Tzschichholz2013-07-271-2/+2
* Document restrictions on private namesMatthias Clasen2013-07-261-0/+6
* Improve documentationSébastien Wilmet2013-07-201-1/+1
* Ensure that MAX_ALLOWED keeps working with the type macrosEmmanuele Bassi2013-07-031-7/+25
* Rename the generated private data getter functionEmmanuele Bassi2013-06-241-3/+3
* gobject: Add private field access macrosEmmanuele Bassi2013-06-241-0/+37
* Add G_PRIVATE_OFFSETEmmanuele Bassi2013-06-241-0/+17
* Allow registering instance private data during get_type()Emmanuele Bassi2013-06-241-0/+104
* GType: add accessor for instance private offsetRyan Lortie2013-04-231-0/+2
* gobject: fix G_DEFINE_TYPE_EXTENDED docs so code snippet actually compilesAndres G. Aragoneses2013-04-041-1/+1
* various: add GLIB_AVAILABLE_IN_ALL everywhere elseRyan Lortie2013-01-131-0/+57
* Move single-include guards inside include guardsMatthias Clasen2012-12-271-3/+3
* Add g_type_get_type_registration_serial()Alexander Larsson2012-12-101-0/+3
* Properly deprecate g_type_init()Ryan Lortie2012-10-161-6/+10
* Convert g_type_init() to a ctorRyan Lortie2012-10-161-1/+0
* Constify collect and lcopy strings in GTypeValueTableEmmanuele Bassi2012-07-051-2/+2
* Add g_type_ensure() and use it rather than playing games with volatileDan Winship2012-05-151-0/+2
* Do not use static GTypeInfo and GInterfaceInfoNicola Fontana2011-11-291-1/+1