summaryrefslogtreecommitdiff
path: root/gobject/gtypemodule.h
AgeCommit message (Expand)Author
2023-10-16docs: Move the GTypeModule SECTIONMatthias Clasen
2022-10-13Rename all visibility macrosXavier Claessens
2022-06-01Add SPDX license headers for LGPL-2.1-or-later to various filesPhilip Withnall
2021-08-02docs: Start stanzas with a single paragraphEmmanuele Bassi
2019-01-25gtypemodule: Cast *_init functions to void(*)(void) firstPhilip Withnall
2018-01-12docs: Remove XML-style comments from documentation stringsPhilip Withnall
2017-05-24gobject/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet
2016-07-21gobject: add g_autoptr support for GTypeModuleAlberts Muktupāvels
2015-06-27gtypemodule: use G_GNUC_UNUSED in G_DEFINE_DYNAMIC_TYPE_EXTENDEDChristian Hergert
2015-02-05docs: fix many documentation issues in gobject/Xavier Claessens
2014-05-31docs: Replace <function> XML tag with back ticksEmmanuele Bassi
2014-03-07GObject: Remove more leftover markup from headersMatthias Clasen
2014-01-31Updated FSF's addressDaniel Mustieles
2013-07-29Fix G_ADD_PRIVATE_DYNAMIC()Sébastien Wilmet
2013-07-26Add macros and symbols for private data on dynamic typesEmmanuele Bassi
2013-01-13various: add GLIB_AVAILABLE_IN_ALL everywhere elseRyan Lortie
2012-12-27Move single-include guards inside include guardsMatthias Clasen
2012-05-04docs: Fix typo in G_DEFINE_DYNAMIC_TYPE_EXTENDED example.Krzesimir Nowak
2011-01-28Prevent unused variable warnings from G_DEFINE_DYNAMIC_TYPEMatthias Clasen
2009-11-26Cast iface_init to GInterfaceInitFuncAlexander Larsson
2009-11-26Add G_IMPLEMENT_INTERFACE_DYNAMICAlexander Larsson
2008-06-21Migrating docs.Stefan Kost
2007-09-20make sure we define GType g_define_type_id inCarlos Garnacho
2006-12-29Define G_DEFINE_DYNAMIC_TYPE and and _EXTENDED variant. (#334437)Matthias Clasen
2004-11-23Forgotten commit.Matthias Clasen
2004-07-06Fix the declarations of the new functions to return GType, not void. AlsoMatthias Clasen
2004-07-06Add g_type_module_register_enum() and g_type_module_register_flags().Matthias Clasen
2003-10-28Add /*< public >*/ and /*< private >*/ markers for documentation purposes.Matthias Clasen
2002-02-25Make GInterfaceInfo paramter const to correspond to the conventions forOwen Taylor
2002-02-23Add some padding to the class.Owen Taylor
2001-11-22Improve the detection of invalid includes by moving the test outside theOwen Taylor
2001-11-18Include gtypes.h not gobject/gtype.hOwen Taylor
2000-11-11*** empty log message ***Owen Taylor