summaryrefslogtreecommitdiff
path: root/gobject/gtype.c
AgeCommit message (Expand)Author
2009-02-23Fix "it's" vs "its" confusion throughout the source. Patch by WillMatthias Clasen
2008-07-27gtype.h Revert my change from 2008-07-24. No G_TYPE_FORMAT is needed. JustTor Lillqvist
2008-07-24Define G_TYPE_FORMAT as the printf format for a GType value. EitherTor Lillqvist
2008-07-02Fix up section commentsMatthias Clasen
2008-06-22remove trailing whitespace from newly added gtk-doc comments andMichael Natterer
2008-06-22moved includes back to the top of the files (before gtk-doc SECTIONMichael Natterer
2008-06-22Move some content for gobject-unused.sgml and cleared empty entries. TheStefan Kost
2008-06-21Migrating docs.Stefan Kost
2008-06-10g_type_class_ref() comment fixes.Tim Janik
2008-06-10fixed race condition where references to partially initialized classes13:15:29 Tim Janik
2008-02-05added recursive mutex to protect class initialization, default interface18:52:07 Tim Janik
2007-06-15Check for 0-sized private data. (#443869)Cody Russell
2006-12-16Fri Dec 15 2006 Matthias Clasen <mclasen@redhat.com>Matthias Clasen
2006-09-30Fix some issues with PLT entries.Matthias Clasen
2006-06-15Separate groups by an empty line (#344868, Christian Persch)Matthias Clasen
2006-04-23Fix some problems with my last commitMatthias Clasen
2006-04-21Add g_type_register_static_simpleMatthias Clasen
2005-12-01use g_slic_* for all object allocations.Tim Janik
2005-11-01prepared deprecation of GMemChunk and GAllocator. added g_slice_*() API toTim Janik
2005-09-10Move a few strings from .data to .rodata.Matthias Clasen
2005-09-08Remove some unused code. Same here And here Mark some functions static.Kjartan Maraas
2005-08-31More string interningMatthias Clasen
2005-08-10Fix typos: invokation -> invocation.Stepan Kasal
2005-03-14Make work again.Matthias Clasen
2004-11-01glib/gdebug.h glib/gutils.c gobject/gtype.c gthread/gthread-posix.cMatthias Clasen
2004-10-06applied patch from Jean-Yves Lefort <jylefort@brutele.be> to not access4
2004-09-16Implement the same PLT reduction technique used in GTK+:Matthias Clasen
2004-09-16Add ABI control using the same technique that is used in GTK+.Matthias Clasen
2004-07-28Catch cases of forgotten g_type_add_private(). (#148368, Tommi Komulainen)Matthias Clasen
2004-02-03provide a short-cut version for this macro in caseTim Janik
2003-12-26Don't acquire a read lock here. (#106433, Owen Taylor)Matthias Clasen
2003-11-27variant of class_peek() which works for static types only.Tim Janik
2003-10-02fix post class_init interface initialization logic for child types.Tim Janik
2003-10-02Add g_type_add/remove_interface_check(), which allows inserting aOwen Taylor
2003-09-29Add g_type_default_interface_ref/peek/unref for accessing the defaultOwen Taylor
2003-09-26You can have instance_real_class_bsa be non-NULL, but still the class notOwen Taylor
2003-09-02added support for a "default vtable" per interface, that interface vtablesTim Janik
2003-09-02fix iterating over fundamental types.Tim Janik
2003-08-19check private instance data after initialization.Tim Janik
2003-07-08Only access node->data->instance when the node is instantiable.Soeren Sandmann
2003-07-08Initialize node->data->instance.private_size here rather than inOwen Taylor
2003-03-24removed leftover debugging message (bug #109093).Sven Neumann
2003-03-10Add support for instance-private data. g_type_class_add_private(),Owen Taylor
2003-02-07Remove all docs from gobject at Tims request. Documentation is only forMatthias Clasen
2002-12-18applied patch I got from Tim Janik for testing which fixes bug #101521.Michael Natterer
2002-12-03Sync parameter names with docs and implementation.Matthias Clasen
2002-12-02Add docs.Matthias Clasen
2002-11-28Mark 2.2 API additions.Matthias Clasen
2002-11-22Allow NULL to be cast to any type. (Frequently requested, most recentlyOwen Taylor
2002-11-04Include config.h so DISABLE_MEMPOOLS actually has an effect. (#96437,Owen Taylor