summaryrefslogtreecommitdiff
path: root/gobject/gobject.c
AgeCommit message (Expand)AuthorFilesLines
2001-09-10removed extraneous GObject* returns from a couple functions that are veryTim Janik1-14/+8
2001-09-04gobject.c (g_object_base_class_finalize): typo fix.Matthias Clasen1-1/+1
2001-08-18add an object member to the structure. (weak_refs_notify): passJames Henstridge1-1/+3
2001-08-06added new function g_nullify_pointer().Sven Neumann1-0/+24
2001-07-02congrats tim, introducing of-by-one errors like on my very first day of CTim Janik1-2/+3
2001-07-02added g_list_insert_before().Tim Janik1-50/+164
2001-06-30g_signal_newc() => g_signal_new().Owen Taylor1-8/+8
2001-06-28up version number to 1.3.7, interface age 0, binary age 0.Tim Janik1-14/+13
2001-06-19remove left-over usages of an anonymous GBoxed typedef.Tim Janik1-262/+193
2001-05-24gpointer, not gpointer *.Owen Taylor1-1/+1
2001-05-22make g_value_set_object() take a gpointer v_object so people don't need toTim Janik1-2/+2
2001-05-03Make types of ternary operator correspond. (Fixes compilation errors withOwen Taylor1-2/+4
2001-04-19We were returning junk memory here, because we didn't copy the valueHavoc Pennington1-1/+1
2001-03-28only queue readable properties for notification changes.Tim Janik1-3/+6
2001-03-18removed archaic gpointer derived_data; relict and added a GData memberTim Janik1-9/+9
2001-03-14made config arg to g_scanner_new() const.Tim Janik1-61/+0
2001-03-08destruction cleanup. there's one ->finalize_hook member in the hooklistTim Janik1-3/+3
2001-03-07changed prototype of g_boxed_type_register_static() to contain an optionalTim Janik1-213/+265
2001-02-17changed collect_format, collect_value() and lcopy_format, lcopy_value() inTim Janik1-24/+27
2001-02-04s/glib_trap_/g_trap_/. add comments on g_trap_instance_signals,Tim Janik1-28/+26
2001-01-31adapt to work with new CVS gtk-doc, leaving the old rules in place causedTim Janik1-2/+16
2001-01-03Move glib_debug_objects out of the G_ENABLE_DEBUG #ifdef.Alexander Larsson1-2/+3
2000-12-29got rid of outdated dmalloc support. provide g_try_malloc() andTim Janik1-18/+31
2000-12-15use g_signal_newcHavoc Pennington1-18/+16
2000-12-13urg managed to forget this last time ;(Tim Janik1-1/+1
2000-12-13return whether a value got removed.Tim Janik1-71/+124
2000-12-12fixed dealing with collection/lcopy of NULL values.Tim Janik1-238/+711
2000-11-20More convenient data-setting functionsHavoc Pennington1-0/+50
2000-11-05fixed a bag full of subtle bugs of immensive screw-up potential inTim Janik1-1/+1
2000-11-03prefix internal functions with '_'. renamed g_signal_connect_closure() toTim Janik1-2/+2
2000-11-01destroy all signals that the finalized obejct type introduced.Tim Janik1-2/+6
2000-10-27fixed notifier position for post_marshal guard which was off at 0.Tim Janik1-4/+4
2000-10-27ri Oct 27 05:35:14 2000 Tim Janik <timj@gtk.org>Tim Janik1-1/+2
2000-10-25added newly added gobject/ headers.Tim Janik1-3/+141
2000-09-29Added function to keep symetry with g_node_insert_before. 2000-09-29Jonathan Blandford1-2/+2
2000-09-29Several minor ANSI C fixes.Martin Baulig1-4/+4
2000-09-10Move call to g_type_free_instance() here from g_object_do_finalize, sinceOwen Taylor1-3/+4
2000-07-27No, don't mark glib_debug_objects for export here, it's handled speciallyTor Lillqvist1-1/+1
2000-07-26gobject.def Mark glib_debug_objects for export/import as it is used byTor Lillqvist1-1/+1
2000-07-06dist fixes.Owen Taylor1-11/+27
2000-06-29include string.h for memset include string.h for strcpy include string.hOwen Taylor1-2/+3
2000-06-24define gstring in terms of gchar*. this typedef reflects the type name ofTim Janik1-102/+223
2000-05-12add reserved fundamental ids for gtk types (for transition time). addedTim Janik1-0/+751