| Commit message (Expand) | Author | Age | Files | Lines |
* | Add G_DEFINE_{BOXED,POINTER}_TYPE[_WITH_CODE] | Christian Persch | 2010-08-18 | 1 | -0/+110 |
* | Add g_value_take_variant | Christian Persch | 2010-06-19 | 1 | -0/+7 |
* | Add fundamental type and pspec for GVariant | Christian Persch | 2010-06-17 | 1 | -1/+12 |
* | Bug 612502 - Add support for class private data | Sebastian Dröge | 2010-03-17 | 1 | -0/+21 |
* | [docs] Fix G_DEFINE_INTERFACE "Since" tag | Javier Jardón | 2009-12-21 | 1 | -2/+2 |
* | G_DEFINE_INTERFACE_* documentation is not generated | Javier Jardón | 2009-12-19 | 1 | -2/+2 |
* | Add G_DEFINE_INTERFACE | Dan Winship | 2009-12-01 | 1 | -2/+68 |
* | gobject/gtype.h: Fix _G_TYPE_CVH macro. Fixes #597194 | Edward Hervey | 2009-10-03 | 1 | -1/+1 |
* | Reduce false positives in static analysis | Matthias Clasen | 2009-09-18 | 1 | -3/+9 |
* | Fix G_DEFINE_TYPE_EXTENDED docs | Matthias Clasen | 2009-04-09 | 1 | -37/+34 |
* | gtype.h Revert my change from 2008-07-24. No G_TYPE_FORMAT is needed. Just | Tor Lillqvist | 2008-07-27 | 1 | -2/+0 |
* | Define G_TYPE_FORMAT as the printf format for a GType value. Either | Tor Lillqvist | 2008-07-24 | 1 | -0/+2 |
* | Fix a typo | Matthias Clasen | 2008-07-23 | 1 | -1/+1 |
* | Move some content for gobject-unused.sgml and cleared empty entries. The | Stefan Kost | 2008-06-22 | 1 | -0/+5 |
* | Add --sgml-mode to allow sgml in doc-fragments (which somehow works before | Stefan Kost | 2008-06-21 | 1 | -30/+30 |
* | Migrating docs. | Stefan Kost | 2008-06-21 | 1 | -20/+1024 |
* | Migrating docs. | Stefan Kost | 2008-06-21 | 1 | -0/+10 |
* | use g_once_init_enter/g_once_init_leave to guard critical initialization | Tim Janik | 2007-07-10 | 1 | -6/+7 |
* | reintroduce typedef gulong GType; for C++, to avoid C++ specific ABI | Tim Janik | 2007-06-22 | 1 | -0/+4 |
* | always define GType unconditionally in terms of gsize, there's no need to | Tim Janik | 2007-06-14 | 1 | -4/+0 |
* | Move the compiler-dependency in the G_GNUC_INTERNAL definition from | Matthias Clasen | 2007-05-17 | 1 | -9/+9 |
* | marked purely functional g_type accessors as PURE or CONST, closes | Tim Janik | 2007-03-12 | 1 | -7/+7 |
* | applied patch from Behdad with slight optimization, fixes #356175. | Tim Janik | 2006-09-22 | 1 | -1/+1 |
* | turn off compiler warnings, #337129. | Tim Janik | 2006-05-16 | 1 | -1/+1 |
* | split up G_DEFINE_*TYPE macro definitions so C CODE arguments are not | Tim Janik | 2006-05-02 | 1 | -9/+13 |
* | Fix some problems with my last commit | Matthias Clasen | 2006-04-23 | 1 | -2/+2 |
* | Add g_type_register_static_simple | Matthias Clasen | 2006-04-21 | 1 | -13/+16 |
* | revert last change, it breaks all users of G_IMPLEMENT_INTERFACE() inside | Michael Natterer | 2005-09-27 | 1 | -3/+1 |
* | initialize all the fields of GInterfaceInfo in the G_IMPLEMENT_INTERFACE | David Odin | 2005-09-26 | 1 | -1/+3 |
* | Intern type name before registering the type. | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | Rename first parameter to check_data, since apparently the system headers | Matthias Clasen | 2004-10-24 | 1 | -2/+2 |
* | Add ABI control using the same technique that is used in GTK+. | Matthias Clasen | 2004-09-16 | 1 | -0/+12 |
* | Add an initializer for the g_define_type_info.value_table. | Matthias Clasen | 2004-06-23 | 1 | -0/+1 |
* | added (GTypeFlags) cast needed by C++. | Tim Janik | 2004-02-20 | 1 | -1/+1 |
* | provide a short-cut version for this macro in case | Tim Janik | 2004-02-03 | 1 | -1/+9 |
* | prefixed the parent_class variable defined by G_DEFINE_TYPE() with | Tim Janik | 2004-01-24 | 1 | -9/+9 |
* | made G_DEFINE_TYPE_INTERNAL() public by renaming it to | Tim Janik | 2004-01-10 | 1 | -37/+38 |
* | added convenience macros G_IMPLEMENT_INTERFACE() and G_DEFINE_TYPE() plus | Tim Janik | 2004-01-09 | 1 | -6/+73 |
* | variant of class_peek() which works for static types only. | Tim Janik | 2003-11-27 | 1 | -0/+1 |
* | Add g_type_add/remove_interface_check(), which allows inserting a | Owen Taylor | 2003-10-02 | 1 | -0/+9 |
* | Add g_type_default_interface_ref/peek/unref for accessing the default | Owen Taylor | 2003-09-29 | 1 | -0/+4 |
* | added support for a "default vtable" per interface, that interface vtables | Tim Janik | 2003-09-02 | 1 | -1/+1 |
* | Add support for instance-private data. g_type_class_add_private(), | Owen Taylor | 2003-03-10 | 1 | -0/+6 |
* | Sync parameter names with docs and implementation. | Matthias Clasen | 2002-12-03 | 1 | -1/+1 |
* | Add g_type_interface_prerequisites. | Matthias Clasen | 2002-10-15 | 1 | -0/+2 |
* | Fix problems with excessive C++ warnings: "ISO C++ forbids nested groups | Dom Lachowicz | 2002-09-12 | 1 | -4/+4 |
* | turn this into a GType, so negating it works on 64bit platforms. | Tim Janik | 2002-01-04 | 1 | -1/+1 |
* | Set the reserved bit to (1 << 0) instead of (1 << 30). | Anders Carlsson | 2001-12-17 | 1 | -1/+1 |
* | typedef GType to gulong instead of gsize, if possible. | Tim Janik | 2001-11-26 | 1 | -0/+4 |
* | removed enum GTypeFundamentals. use macros to provide the constant | Tim Janik | 2001-11-25 | 1 | -39/+36 |