summaryrefslogtreecommitdiff
path: root/gobject/gparam.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-02Fix up section commentsMatthias Clasen1-8/+5
2008-06-22remove trailing whitespace from newly added gtk-doc comments andMichael Natterer1-118/+129
2008-06-22moved includes back to the top of the files (before gtk-doc SECTIONMichael Natterer1-13/+17
2008-06-21Migrating docs.Stefan Kost1-0/+43
2008-06-21Add --sgml-mode to allow sgml in doc-fragments (which somehow works beforeStefan Kost1-0/+1
2008-06-21Add titles back from tmpl.Stefan Kost1-0/+1
2008-06-21Migrating docs.Stefan Kost1-3/+309
2008-02-23Typo fixMatthias Clasen1-1/+1
2006-09-11reimplemented floating flag handling by atomically accessing a reservedTim Janik1-8/+9
2005-11-23added floating reference count. g_object_is_floating():Tim Janik1-0/+11
2005-09-22fix pspec->name assignment which needs to be strdup()ed for nonTim Janik1-9/+11
2005-09-01Don't forget to free the tmp stringMatthias Clasen1-0/+1
2005-08-31Intern the name here, since we need the quark anyway when sending changeMatthias Clasen1-3/+5
2005-08-31Intern type names before registering the type to avoid unnecessary copies.Matthias Clasen1-1/+1
2005-07-30reverted notify_mutex introduction, since this prevents parallelizedTim Janik1-3/+1
2005-07-15Make refcounting threadsafe by using atomic operations. (#166020, WimMatthias Clasen1-49/+13
2005-03-26Don't do the second lookup if the name was already canonical. (#171502,Matthias Clasen1-1/+1
2005-03-22cast away any constness on assignment.Manish Singh1-5/+5
2005-03-21Don't copy strings which are marked as static. Don't allow non-canonicalMatthias Clasen1-7/+47
2005-03-14Make work again.Matthias Clasen1-1/+4
2004-09-16Implement the same PLT reduction technique used in GTK+:Matthias Clasen1-1/+2
2003-10-21Add a new GParamSpecOverride type that is a pointer to a differentOwen Taylor1-15/+109
2003-09-12Make the g_value_set_x_take_ownership() functions "official" part of theMatthias Clasen1-0/+7
2003-02-07Remove all docs from gobject at Tims request. Documentation is only forMatthias Clasen1-21/+0
2002-12-16Remove markup from doc comment, as GObject doesn't use --sgml-mode yet.Matthias Clasen1-4/+3
2002-12-15Move some docs inline.Matthias Clasen1-0/+22
2002-12-07Rename to canonicalize_key. Adjust all callers.Matthias Clasen1-3/+3
2002-03-19applied patch from Matthias Clasen <maclas@gmx.de> to check forTim Janik1-7/+9
2002-03-14Function to canonicalize parameter names. Faster than using g_strcanon().Alexander Larsson1-2/+17
2002-02-19provide marshaller specific value_set_*_take_ownership() variants.Tim Janik1-0/+13
2002-02-13remove extraneous redefinition of G_PARAM_SPEC_CLASS().Tim Janik1-1/+0
2001-11-26typedef GType to gulong instead of gsize, if possible.Tim Janik1-4/+4
2001-11-14add API for chaining: g_signal_chain_from_overridden() andTim Janik1-3/+3
2001-09-18up version number to 1.3.8, interface age 0, binary age 0.Tim Janik1-6/+30
2001-06-28up version number to 1.3.7, interface age 0, binary age 0.Tim Janik1-1/+1
2001-06-19remove left-over usages of an anonymous GBoxed typedef.Tim Janik1-2/+96
2001-04-03added g_list_nth_prev() which walks ->prev instead of ->next.Tim Janik1-0/+31
2001-03-18removed archaic gpointer derived_data; relict and added a GData memberTim Janik1-1/+2
2001-03-07changed prototype of g_boxed_type_register_static() to contain an optionalTim Janik1-47/+65
2001-02-17changed collect_format, collect_value() and lcopy_format, lcopy_value() inTim Janik1-20/+23
2001-01-31adapt to work with new CVS gtk-doc, leaving the old rules in place causedTim Janik1-43/+122
2000-12-15add an instance member value_type so the default value of the pspec classTim Janik1-2/+5
2000-12-13return whether a value got removed.Tim Janik1-59/+160
2000-12-12fixed dealing with collection/lcopy of NULL values.Tim Janik1-6/+162
2000-10-30made both functions return gboolean just for the little extra standardSebastian Wilhelmi1-1/+1
2000-10-25added newly added gobject/ headers.Tim Janik1-1/+89
2000-07-19gparam.h gvalue.h gparam.c Shut up Sun's picky compiler.Tor Lillqvist1-3/+3
2000-07-13default initialize the temporary default value, instead of nuking theTim Janik1-1/+1
2000-06-24define gstring in terms of gchar*. this typedef reflects the type name ofTim Janik1-21/+85
2000-05-12add reserved fundamental ids for gtk types (for transition time). addedTim Janik1-0/+318