summaryrefslogtreecommitdiff
path: root/gobject/gtypemodule.h
Commit message (Expand)AuthorAgeFilesLines
* Rename all visibility macrosXavier Claessens2022-10-131-8/+8
* Add SPDX license headers for LGPL-2.1-or-later to various filesPhilip Withnall2022-06-011-0/+2
* docs: Start stanzas with a single paragraphEmmanuele Bassi2021-08-021-9/+14
* gtypemodule: Cast *_init functions to void(*)(void) firstPhilip Withnall2019-01-251-4/+4
* docs: Remove XML-style comments from documentation stringsPhilip Withnall2018-01-121-1/+1
* gobject/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* gobject: add g_autoptr support for GTypeModuleAlberts Muktupāvels2016-07-211-0/+2
* gtypemodule: use G_GNUC_UNUSED in G_DEFINE_DYNAMIC_TYPE_EXTENDEDChristian Hergert2015-06-271-0/+1
* docs: fix many documentation issues in gobject/Xavier Claessens2015-02-051-0/+14
* docs: Replace <function> XML tag with back ticksEmmanuele Bassi2014-05-311-3/+3
* GObject: Remove more leftover markup from headersMatthias Clasen2014-03-071-1/+1
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Fix G_ADD_PRIVATE_DYNAMIC()Sébastien Wilmet2013-07-291-1/+1
* Add macros and symbols for private data on dynamic typesEmmanuele Bassi2013-07-261-3/+12
* various: add GLIB_AVAILABLE_IN_ALL everywhere elseRyan Lortie2013-01-131-0/+8
* Move single-include guards inside include guardsMatthias Clasen2012-12-271-3/+3
* docs: Fix typo in G_DEFINE_DYNAMIC_TYPE_EXTENDED example.Krzesimir Nowak2012-05-041-1/+1
* Prevent unused variable warnings from G_DEFINE_DYNAMIC_TYPEMatthias Clasen2011-01-281-1/+1
* Cast iface_init to GInterfaceInitFuncAlexander Larsson2009-11-261-1/+1
* Add G_IMPLEMENT_INTERFACE_DYNAMICAlexander Larsson2009-11-261-3/+24
* Migrating docs.Stefan Kost2008-06-211-0/+107
* make sure we define GType g_define_type_id inCarlos Garnacho2007-09-201-0/+2
* Define G_DEFINE_DYNAMIC_TYPE and and _EXTENDED variant. (#334437)Matthias Clasen2006-12-291-0/+41
* Forgotten commit.Matthias Clasen2004-11-231-1/+1
* Fix the declarations of the new functions to return GType, not void. AlsoMatthias Clasen2004-07-061-2/+3
* Add g_type_module_register_enum() and g_type_module_register_flags().Matthias Clasen2004-07-061-14/+20
* Add /*< public >*/ and /*< private >*/ markers for documentation purposes.Matthias Clasen2003-10-281-0/+4
* Make GInterfaceInfo paramter const to correspond to the conventions forOwen Taylor2002-02-251-4/+4
* Add some padding to the class.Owen Taylor2002-02-231-0/+6
* Improve the detection of invalid includes by moving the test outside theOwen Taylor2001-11-221-4/+3
* Include gtypes.h not gobject/gtype.hOwen Taylor2001-11-181-0/+4
* *** empty log message ***Owen Taylor2000-11-111-0/+72