summaryrefslogtreecommitdiff
path: root/gobject/gparam.h
Commit message (Expand)AuthorAgeFilesLines
* GObject: Don't use G_DISABLE_DEPRECATED for functionsMatthias Clasen2011-11-031-2/+0
* Use GLIB_DEPRECATED instead of G_GNUC_DEPRECATED in our headersChun-wei Fan2011-10-111-1/+2
* Add G_GNUC_DEPRECATED to deprecated functions in gobjectMatthias Clasen2011-10-081-1/+1
* GObject docs: resolve broken linksRyan Lortie2011-09-051-2/+2
* Spelling fixesMatthias Clasen2011-08-291-1/+1
* GParam: try to avoid further invalid usesRyan Lortie2011-07-211-1/+1
* GParamSpec: intern property namesRyan Lortie2011-07-151-1/+1
* Remove all uses of G_CONST_RETURNRyan Lortie2011-06-091-3/+3
* Revert "Remove all uses of G_CONST_RETURN"Emmanuele Bassi2011-03-151-3/+3
* Remove all uses of G_CONST_RETURNRyan Lortie2011-03-151-3/+3
* Introduce G_PARAM_DEPRECATED and G_ENABLE_DIAGNOSTICChristian Dywan2010-06-231-3/+8
* Typo fixChristian Persch2010-06-161-1/+1
* Fix "it's" vs "its" confusion throughout the source. Patch by WillMatthias Clasen2009-02-231-1/+1
* Migrating docs.Stefan Kost2008-06-211-0/+8
* Migrating docs.Stefan Kost2008-06-211-0/+8
* Add --sgml-mode to allow sgml in doc-fragments (which somehow works beforeStefan Kost2008-06-211-2/+2
* Add one missing ':' and reformate GParamFlags docs.Stefan Kost2008-06-211-1/+2
* Migrating docs.Stefan Kost2008-06-211-1/+159
* Add G_PARAM_STATIC_STRINGS define (fixes #418021).Stefan Kost2007-03-141-0/+1
* added floating reference count. g_object_is_floating():Tim Janik2005-11-231-0/+1
* Avoid a warning. (#308295, Murray Cumming).Matthias Clasen2005-06-201-3/+3
* Re-add G_PARAM_PRIVATE as a deprecated name for bit 5, since some languageMatthias Clasen2005-06-131-1/+4
* Don't copy strings which are marked as static. Don't allow non-canonicalMatthias Clasen2005-03-211-1/+3
* 100%Matthias Clasen2003-10-241-0/+1
* Add a new GParamSpecOverride type that is a pointer to a differentOwen Taylor2003-10-211-1/+3
* Make the g_value_set_x_take_ownership() functions "official" part of theMatthias Clasen2003-09-121-2/+4
* placed a comment about not changing CArray until we haveTim Janik2002-03-031-0/+1
* provide marshaller specific value_set_*_take_ownership() variants.Tim Janik2002-02-191-0/+5
* Improve the detection of invalid includes by moving the test outside theOwen Taylor2001-11-221-3/+8
* Include gtypes.h not gobject/gtype.hOwen Taylor2001-11-181-0/+3
* add API for chaining: g_signal_chain_from_overridden() andTim Janik2001-11-141-3/+3
* API cleanups. remove g_type_check_flags(), provide g_type_test_flags() asTim Janik2001-11-131-1/+1
* fix standard type macros.Tim Janik2001-11-131-3/+8
* up version number to 1.3.8, interface age 0, binary age 0.Tim Janik2001-09-181-2/+5
* up version number to 1.3.7, interface age 0, binary age 0.Tim Janik2001-06-281-3/+3
* remove left-over usages of an anonymous GBoxed typedef.Tim Janik2001-06-191-2/+12
* added g_list_nth_prev() which walks ->prev instead of ->next.Tim Janik2001-04-031-0/+3
* Use G_BEGIN_DECLS and G_END_DECLS.Tor Lillqvist2001-03-091-8/+2
* changed prototype of g_boxed_type_register_static() to contain an optionalTim Janik2001-03-071-5/+9
* adapt to work with new CVS gtk-doc, leaving the old rules in place causedTim Janik2001-01-311-4/+4
* got rid of outdated dmalloc support. provide g_try_malloc() andTim Janik2000-12-291-0/+1
* add an instance member value_type so the default value of the pspec classTim Janik2000-12-151-1/+2
* return whether a value got removed.Tim Janik2000-12-131-15/+17
* fixed dealing with collection/lcopy of NULL values.Tim Janik2000-12-121-19/+26
* added newly added gobject/ headers.Tim Janik2000-10-251-34/+32
* gparam.h gvalue.h gparam.c Shut up Sun's picky compiler.Tor Lillqvist2000-07-191-1/+1
* define gstring in terms of gchar*. this typedef reflects the type name ofTim Janik2000-06-241-28/+23
* add reserved fundamental ids for gtk types (for transition time). addedTim Janik2000-05-121-0/+186