Eradicate links and xrefs
[platform/upstream/glib.git] / gobject / gtype.h
2014-01-31 Daniel MustielesUpdated FSF's address
2013-09-19 Misty De Meogobject: Fix compilation on OS X/ppc64
2013-08-22 Dieter VerfaillieFix G_DEFINE_ABSTRACT_TYPE_WITH_PRIVATE documentation
2013-07-27 Rico TzschichholzFix a typo
2013-07-26 Matthias ClasenDocument restrictions on private names
2013-07-20 Sébastien WilmetImprove documentation
2013-07-03 Emmanuele BassiEnsure that MAX_ALLOWED keeps working with the type...
2013-06-24 Emmanuele BassiRename the generated private data getter function
2013-06-24 Emmanuele Bassigobject: Add private field access macros
2013-06-24 Emmanuele BassiAdd G_PRIVATE_OFFSET
2013-06-24 Emmanuele BassiAllow registering instance private data during get_type()
2013-04-23 Ryan LortieGType: add accessor for instance private offset
2013-04-04 Andres G. Aragonesesgobject: fix G_DEFINE_TYPE_EXTENDED docs so code snippe...
2013-01-13 Ryan Lortievarious: add GLIB_AVAILABLE_IN_ALL everywhere else
2012-12-28 Matthias ClasenMove single-include guards inside include guards
2012-12-10 Alexander LarssonAdd g_type_get_type_registration_serial()
2012-10-16 Ryan LortieProperly deprecate g_type_init()
2012-10-16 Ryan LortieConvert g_type_init() to a ctor
2012-07-06 Emmanuele BassiConstify collect and lcopy strings in GTypeValueTable
2012-05-15 Dan WinshipAdd g_type_ensure() and use it rather than playing...
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2011-11-30 Nicola FontanaDo not use static GTypeInfo and GInterfaceInfo
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-09-05 Ryan LortieGObject docs: resolve broken links
2011-08-19 Stef WalterMerge branch 'concurrent-cancellable'
2011-08-11 Behdad Esfahbod[gobject] Fix G_DEFINE_BOXED_TYPE compilation with C++
2011-06-09 Ryan LortieRemove all uses of G_CONST_RETURN
2011-06-03 Colin Waltersgobject: Use _ prefixing in private headers over G_GNUC...
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-03-24 Murray CummingDocs: Changed can not to cannot.
2011-03-15 Emmanuele BassiRevert "Remove all uses of G_CONST_RETURN"
2011-03-15 Ryan LortieRemove all uses of G_CONST_RETURN
2011-02-19 Matthias ClasenDocument G_VALUE_NOCOPY_CONTENTS
2011-01-27 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-08-17 Christian PerschAdd G_DEFINE_{BOXED,POINTER}_TYPE[_WITH_CODE]
2010-06-19 Christian PerschAdd g_value_take_variant
2010-06-17 Christian PerschAdd fundamental type and pspec for GVariant
2010-06-10 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-21 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-03-17 Sebastian DrögeBug 612502 - Add support for class private data
2009-12-21 Javier Jardón[docs] Fix G_DEFINE_INTERFACE "Since" tag
2009-12-19 Javier JardónG_DEFINE_INTERFACE_* documentation is not generated
2009-12-01 Dan WinshipAdd G_DEFINE_INTERFACE
2009-10-03 Edward Herveygobject/gtype.h: Fix _G_TYPE_CVH macro. Fixes #597194
2009-09-18 Matthias ClasenReduce false positives in static analysis
2009-04-09 Matthias ClasenFix G_DEFINE_TYPE_EXTENDED docs
2008-07-27 Tor Lillqvistgtype.h Revert my change from 2008-07-24. No G_TYPE_FOR...
2008-07-24 Tor LillqvistDefine G_TYPE_FORMAT as the printf format for a GType...
2008-07-23 Matthias ClasenFix a typo
2008-06-22 Stefan KostMove some content for gobject-unused.sgml and cleared...
2008-06-21 Stefan KostAdd --sgml-mode to allow sgml in doc-fragments (which...
2008-06-21 Stefan KostMigrating docs.
2008-06-21 Stefan KostMigrating docs.
2007-07-10 Tim Janikuse g_once_init_enter/g_once_init_leave to guard critic...
2007-06-22 Tim Janikreintroduce typedef gulong GType; for C++, to avoid...
2007-06-14 Tim Janikalways define GType unconditionally in terms of gsize...
2007-05-17 Matthias ClasenMove the compiler-dependency in the G_GNUC_INTERNAL...
2007-03-12 Tim Janikmarked purely functional g_type accessors as PURE or...
2006-09-22 Tim Janikapplied patch from Behdad with slight optimization...
2006-05-16 Tim Janikturn off compiler warnings, #337129.
2006-05-02 Tim Janiksplit up G_DEFINE_*TYPE macro definitions so C CODE...
2006-04-23 Matthias ClasenFix some problems with my last commit
2006-04-21 Matthias ClasenAdd g_type_register_static_simple
2005-09-27 Michael Nattererrevert last change, it breaks all users of G_IMPLEMENT_...
2005-09-26 David Odininitialize all the fields of GInterfaceInfo in the...
2005-08-31 Matthias ClasenIntern type name before registering the type.
2004-10-24 Matthias ClasenRename first parameter to check_data, since apparently...
2004-09-16 Matthias ClasenAdd ABI control using the same technique that is used...
2004-06-23 Matthias ClasenAdd an initializer for the g_define_type_info.value_table.
2004-02-20 Tim Janikadded (GTypeFlags) cast needed by C++.
2004-02-03 Tim Janikprovide a short-cut version for this macro in case
2004-01-24 Tim Janikprefixed the parent_class variable defined by G_DEFINE_...
2004-01-10 Tim Janikmade G_DEFINE_TYPE_INTERNAL() public by renaming it to
2004-01-09 Tim Janikadded convenience macros G_IMPLEMENT_INTERFACE() and...
2003-11-27 Tim Janikvariant of class_peek() which works for static types...
2003-10-02 Owen TaylorAdd g_type_add/remove_interface_check(), which allows...
2003-09-29 Owen TaylorAdd g_type_default_interface_ref/peek/unref for accessi...
2003-09-02 Tim Janikadded support for a "default vtable" per interface...
2003-03-10 Owen TaylorAdd support for instance-private data. g_type_class_add...
2002-12-03 Matthias ClasenSync parameter names with docs and implementation.
2002-10-15 Matthias ClasenAdd g_type_interface_prerequisites.
2002-09-12 Dom LachowiczFix problems with excessive C++ warnings: "ISO C++...
2002-01-04 Tim Janikturn this into a GType, so negating it works on 64bit...
2001-12-17 Anders CarlssonSet the reserved bit to (1 << 0) instead of (1 << 30).
2001-11-26 Tim Janiktypedef GType to gulong instead of gsize, if possible.
2001-11-25 Tim Janikremoved enum GTypeFundamentals. use macros to provide...
2001-11-22 Owen TaylorImprove the detection of invalid includes by moving...
2001-11-22 Tim Janikuse g_type_check_is_value_type() instead of g_type_valu...
2001-11-21 Tim Janikprovide G_TYPE_FUNDAMENTAL_SHIFT and g_type_fundamental...
2001-11-21 Tim Janikput newly created param spec types into a global array. GOBJECT_GType_guint
2001-11-18 Owen TaylorInclude gtypes.h not gobject/gtype.h
2001-11-14 Tim Janikadd API for chaining: g_signal_chain_from_overridden...
2001-11-13 Tim JanikAPI cleanups. remove g_type_check_flags(), provide...
2001-10-11 Joshua N PritikinFill in missing support for gint64 & guint64 (#59254).
2001-10-03 Owen TaylorAdd support for G_TYPE_INT64 and storing it in GValue...
2001-09-10 Tim Janikgot rid of g_set_error_handler(), g_set_warning_handler(),
next