summaryrefslogtreecommitdiff
path: root/gobject/gtype.c
AgeCommit message (Expand)AuthorFilesLines
2004-02-03provide a short-cut version for this macro in caseTim Janik1-2/+3
2003-12-26Don't acquire a read lock here. (#106433, Owen Taylor)Matthias Clasen1-2/+4
2003-11-27variant of class_peek() which works for static types only.Tim Janik1-0/+19
2003-10-02fix post class_init interface initialization logic for child types.Tim Janik1-53/+73
2003-10-02Add g_type_add/remove_interface_check(), which allows inserting aOwen Taylor1-30/+71
2003-09-29Add g_type_default_interface_ref/peek/unref for accessing the defaultOwen Taylor1-0/+63
2003-09-26You can have instance_real_class_bsa be non-NULL, but still the class notOwen Taylor1-1/+5
2003-09-02added support for a "default vtable" per interface, that interface vtablesTim Janik1-16/+66
2003-09-02fix iterating over fundamental types.Tim Janik1-28/+183
2003-08-19check private instance data after initialization.Tim Janik1-3/+80
2003-07-08Only access node->data->instance when the node is instantiable.Soeren Sandmann1-6/+10
2003-07-08Initialize node->data->instance.private_size here rather than inOwen Taylor1-7/+9
2003-03-24removed leftover debugging message (bug #109093).Sven Neumann1-4/+0
2003-03-10Add support for instance-private data. g_type_class_add_private(),Owen Taylor1-10/+141
2003-02-07Remove all docs from gobject at Tims request. Documentation is only forMatthias Clasen1-89/+0
2002-12-18applied patch I got from Tim Janik for testing which fixes bug #101521.Michael Natterer1-20/+19
2002-12-03Sync parameter names with docs and implementation.Matthias Clasen1-0/+48
2002-12-02Add docs.Matthias Clasen1-0/+29
2002-11-28Mark 2.2 API additions.Matthias Clasen1-0/+2
2002-11-22Allow NULL to be cast to any type. (Frequently requested, most recentlyOwen Taylor1-3/+0
2002-11-04Include config.h so DISABLE_MEMPOOLS actually has an effect. (#96437,Owen Taylor1-0/+1
2002-10-19Report only the most specific instantiatable prerequisite, filter out allMatthias Clasen1-7/+17
2002-10-15Add g_type_interface_prerequisites.Matthias Clasen1-0/+46
2002-10-12test creation of new fundamental types.Tim Janik1-3/+3
2002-07-26When adding ancestral prerequisites, add the grandparents, not theOwen Taylor1-6/+5
2002-05-20When printing errors, handle NULL returns from g_type_debug(). (#73559,Owen Taylor1-1/+1
2002-03-25Wrap setting freed instance memory to 0xaa in #ifdef G_ENABLE_DEBUGOwen Taylor1-1/+3
2002-03-19applied patch from Matthias Clasen <maclas@gmx.de> to check forTim Janik1-12/+49
2002-02-26Remove references to gruntime. This includes renaming the test programMatthias Clasen1-2/+2
2002-02-13fixed a check for node not being NULL.Tim Janik1-1/+1
2001-12-13implemented closure chaining.Tim Janik1-0/+3
2001-11-26typedef GType to gulong instead of gsize, if possible.Tim Janik1-4/+4
2001-11-22use g_type_check_is_value_type() instead of g_type_value_table_peek().Tim Janik1-386/+358
2001-11-21provide G_TYPE_FUNDAMENTAL_SHIFT and g_type_fundamental_next() to returnTim Janik1-79/+63
2001-11-21put newly created param spec types into a global array.GOBJECT_GType_guintTim Janik1-2/+3
2001-11-18Include gtypes.h not gobject/gtype.hOwen Taylor1-4/+0
2001-11-14add API for chaining: g_signal_chain_from_overridden() andTim Janik1-4/+0
2001-11-13API cleanups. remove g_type_check_flags(), provide g_type_test_flags() asTim Janik1-6/+6
2001-10-11Fill in missing support for gint64 & guint64 (#59254).Joshua N Pritikin1-2/+2
2001-10-03s/retrive/retrieve/jacob berkman1-6/+6
2001-09-10got rid of g_set_error_handler(), g_set_warning_handler(),Tim Janik1-61/+166
2001-08-15if __GNUC__ is defined, inline a test for an exact type match forTim Janik1-7/+9
2001-07-11Add some generated files.Darin Adler1-0/+4
2001-06-29Remove debug flag argument to g_type_init() and addOwen Taylor1-1/+7
2001-06-20added debugging variants g_type_name_from_class(),Tim Janik1-0/+18
2001-06-19remove left-over usages of an anonymous GBoxed typedef.Tim Janik1-0/+12
2001-05-10use g_str_hash() algorithm to generate hashes.Tim Janik1-3/+6
2001-04-18Change C++ comments for FIXME's to C comments. (Patch from Andres Salomon)Owen Taylor1-1/+1
2001-04-01applied patch from owen to implement GParamSpecUnichar.Tim Janik1-2/+29
2001-03-09test program. covers run first/last/cleanup signal handlers, return valueTim Janik1-6/+73