summaryrefslogtreecommitdiff
path: root/gobject
Commit message (Expand)AuthorAgeFilesLines
* Introduce g_object_notify_by_pspec()Damien Lespiau2010-06-153-7/+78
* Add dtrace and systemtap support for gobjectAlexander Larsson2010-05-277-10/+315
* Clean up man page handlingMatthias Clasen2010-05-213-383/+0
* Don't include __bss_start, _edata and _end symbols in the abichecksSebastian Dröge2010-05-111-1/+1
* Bug 617947 - glib-mkenums: add @valuenum@ supportRyan Lortie2010-05-061-6/+30
* glib-mkenums: Fix support for comment templatesRyan Lortie2010-05-061-2/+4
* Add a boxed type for GErrorMatthias Clasen2010-04-223-0/+23
* Fix g_type_class_add_private() documentationJavier Jardón2010-03-291-4/+44
* Some more doc cleanupsMatthias Clasen2010-03-261-32/+5
* make check / makedistcheck fixesRyan Lortie2010-03-211-0/+2
* Avoid much of duplication in lists of source filesTor Lillqvist2010-03-211-1/+10
* Bug 612502 - Add support for class private dataSebastian Dröge2010-03-172-2/+137
* gsignal: improve g_signal_new docs.Stefan Kost2010-03-061-1/+6
* gobject: Don't use G_PARAM_SPEC_VALUE_TYPE when we know the pspec is validEdward Hervey2010-02-231-13/+13
* Make g_type_interface_prerequisites() only return one instantiable typeBenjamin Otte2010-02-171-3/+5
* Move offsets array from interface data member to TypeNodeBenjamin Otte2010-02-111-6/+6
* Move prerequisites out of _prot structBenjamin Otte2010-02-111-4/+4
* merge GVariantRyan Lortie2010-02-103-0/+47
* Update copyright yearsTor Lillqvist2010-02-041-1/+1
* Don't use a compiler keyword as a variable namePhilip Withnall2010-02-021-5/+5
* Fix shadowing of G_VALUE_COLLECT variables in G_VALUE_COLLECT_INITPhilip Withnall2010-01-311-5/+5
* improve gitignoreRyan Lortie2010-01-281-0/+1
* Move the boxed private type data to TypeNodeBenjamin Otte2010-01-254-68/+95
* Put calls to registered copy/free functions into separate functionsBenjamin Otte2010-01-251-66/+31
* [tests] Remove C++ style commentsAlberto Garcia2010-01-201-4/+4
* Ensure values are memset to 0 when calling G_VALUE_COLLECT_INIT()Benjamin Otte2010-01-183-5/+4
* Fix docs in previous commitAlexander Larsson2010-01-131-2/+2
* gobject: Use new G_VALUE_COLLECT_INIT variantEdward Hervey2010-01-131-6/+4
* gsignal: Use new G_VALUE_COLLECT_INIT variantEdward Hervey2010-01-131-12/+8
* gvaluecollector: Add variant of G_VALUE_COLLECT for most used cases.Edward Hervey2010-01-131-8/+36
* Use unconditional thread calls in gio and gobjectAlexander Larsson2010-01-121-0/+5
* Enable threads in g_type_init()Alexander Larsson2010-01-122-2/+9
* g_object_new(): skip varargs for simple callsKamal Mostafa2010-01-111-0/+4
* Don't do pointer arithmetics on void*Haakon Sporsheim2010-01-071-1/+1
* [docs] Fix @title usage in "Enumeration and flags types" sectionJavier Jardón2010-01-031-4/+2
* Updated .gitignore filesPablo Castellano2010-01-031-0/+1
* [docs] Fix G_DEFINE_INTERFACE "Since" tagJavier Jardón2009-12-211-2/+2
* [gobject] Grow gvalue transform array exponentiallyBehdad Esfahbod2009-12-211-1/+1
* Bug 501166 - Warning message says IA__g_type_init instead of g_type_initBehdad Esfahbod2009-12-191-12/+12
* G_DEFINE_INTERFACE_* documentation is not generatedJavier Jardón2009-12-191-2/+2
* update .gitignoresDan Winship2009-12-181-0/+1
* Add G_DEFINE_INTERFACEDan Winship2009-12-012-32/+68
* Only add object to list new objects when it has a custom constructorBenjamin Otte2009-11-301-8/+18
* Remove more read locks usageBenjamin Otte2009-11-301-11/+4
* Make g_type_class_peek[_static]() not take any locksBenjamin Otte2009-11-301-6/+2
* gobject/tests: New test for dynamic class creation/destructionEdward Hervey2009-11-302-1/+238
* Add type_data_ref_U() and use it in g_type_class_ref()Edward Hervey2009-11-301-20/+42
* Reorganize g_type_class_ref()Edward Hervey2009-11-301-11/+8
* Make ClassData->init_state atomicBenjamin Otte2009-11-301-11/+13
* Make type_data_unref_U not take locks in the common caseEdward Hervey2009-11-301-7/+12