summaryrefslogtreecommitdiff
path: root/gobject/gtype.h
Commit message (Expand)AuthorAgeFilesLines
* Bug 612502 - Add support for class private dataSebastian Dröge2010-03-171-0/+21
* [docs] Fix G_DEFINE_INTERFACE "Since" tagJavier Jardón2009-12-211-2/+2
* G_DEFINE_INTERFACE_* documentation is not generatedJavier Jardón2009-12-191-2/+2
* Add G_DEFINE_INTERFACEDan Winship2009-12-011-2/+68
* gobject/gtype.h: Fix _G_TYPE_CVH macro. Fixes #597194Edward Hervey2009-10-031-1/+1
* Reduce false positives in static analysisMatthias Clasen2009-09-181-3/+9
* Fix G_DEFINE_TYPE_EXTENDED docsMatthias Clasen2009-04-091-37/+34
* gtype.h Revert my change from 2008-07-24. No G_TYPE_FORMAT is needed. JustTor Lillqvist2008-07-271-2/+0
* Define G_TYPE_FORMAT as the printf format for a GType value. EitherTor Lillqvist2008-07-241-0/+2
* Fix a typoMatthias Clasen2008-07-231-1/+1
* Move some content for gobject-unused.sgml and cleared empty entries. TheStefan Kost2008-06-221-0/+5
* Add --sgml-mode to allow sgml in doc-fragments (which somehow works beforeStefan Kost2008-06-211-30/+30
* Migrating docs.Stefan Kost2008-06-211-20/+1024
* Migrating docs.Stefan Kost2008-06-211-0/+10
* use g_once_init_enter/g_once_init_leave to guard critical initializationTim Janik2007-07-101-6/+7
* reintroduce typedef gulong GType; for C++, to avoid C++ specific ABITim Janik2007-06-221-0/+4
* always define GType unconditionally in terms of gsize, there's no need toTim Janik2007-06-141-4/+0
* Move the compiler-dependency in the G_GNUC_INTERNAL definition fromMatthias Clasen2007-05-171-9/+9
* marked purely functional g_type accessors as PURE or CONST, closesTim Janik2007-03-121-7/+7
* applied patch from Behdad with slight optimization, fixes #356175.Tim Janik2006-09-221-1/+1
* turn off compiler warnings, #337129.Tim Janik2006-05-161-1/+1
* split up G_DEFINE_*TYPE macro definitions so C CODE arguments are notTim Janik2006-05-021-9/+13
* Fix some problems with my last commitMatthias Clasen2006-04-231-2/+2
* Add g_type_register_static_simpleMatthias Clasen2006-04-211-13/+16
* revert last change, it breaks all users of G_IMPLEMENT_INTERFACE() insideMichael Natterer2005-09-271-3/+1
* initialize all the fields of GInterfaceInfo in the G_IMPLEMENT_INTERFACEDavid Odin2005-09-261-1/+3
* Intern type name before registering the type.Matthias Clasen2005-08-311-1/+1
* Rename first parameter to check_data, since apparently the system headersMatthias Clasen2004-10-241-2/+2
* Add ABI control using the same technique that is used in GTK+.Matthias Clasen2004-09-161-0/+12
* Add an initializer for the g_define_type_info.value_table.Matthias Clasen2004-06-231-0/+1
* added (GTypeFlags) cast needed by C++.Tim Janik2004-02-201-1/+1
* provide a short-cut version for this macro in caseTim Janik2004-02-031-1/+9
* prefixed the parent_class variable defined by G_DEFINE_TYPE() withTim Janik2004-01-241-9/+9
* made G_DEFINE_TYPE_INTERNAL() public by renaming it toTim Janik2004-01-101-37/+38
* added convenience macros G_IMPLEMENT_INTERFACE() and G_DEFINE_TYPE() plusTim Janik2004-01-091-6/+73
* variant of class_peek() which works for static types only.Tim Janik2003-11-271-0/+1
* Add g_type_add/remove_interface_check(), which allows inserting aOwen Taylor2003-10-021-0/+9
* Add g_type_default_interface_ref/peek/unref for accessing the defaultOwen Taylor2003-09-291-0/+4
* added support for a "default vtable" per interface, that interface vtablesTim Janik2003-09-021-1/+1
* Add support for instance-private data. g_type_class_add_private(),Owen Taylor2003-03-101-0/+6
* Sync parameter names with docs and implementation.Matthias Clasen2002-12-031-1/+1
* Add g_type_interface_prerequisites.Matthias Clasen2002-10-151-0/+2
* Fix problems with excessive C++ warnings: "ISO C++ forbids nested groupsDom Lachowicz2002-09-121-4/+4
* turn this into a GType, so negating it works on 64bit platforms.Tim Janik2002-01-041-1/+1
* Set the reserved bit to (1 << 0) instead of (1 << 30).Anders Carlsson2001-12-171-1/+1
* typedef GType to gulong instead of gsize, if possible.Tim Janik2001-11-261-0/+4
* removed enum GTypeFundamentals. use macros to provide the constantTim Janik2001-11-251-39/+36
* Improve the detection of invalid includes by moving the test outside theOwen Taylor2001-11-221-3/+3
* use g_type_check_is_value_type() instead of g_type_value_table_peek().Tim Janik2001-11-221-6/+6
* provide G_TYPE_FUNDAMENTAL_SHIFT and g_type_fundamental_next() to returnTim Janik2001-11-211-34/+34