glib/docs/reference/gobject
Tim Janik bdd9b28b5b added g_list_nth_prev() which walks ->prev instead of ->next.
Tue Apr  3 13:46:22 2001  Tim Janik  <timj@gtk.org>

        * glist.[hc]: added g_list_nth_prev() which walks ->prev instead
        of ->next.

        * gpattern.[hc]: added shell-style pattern matching code from beast,
        derived from the gtk_pattern_*() code, but with a couple of bug fixes
        and a number of optimizations.

Tue Apr  3 14:06:00 2001  Tim Janik  <timj@gtk.org>

        * gparam.[hc]: added g_param_spec_pool_list() to list pspecs per
        owner_type. the pspecs are not referenced, so the caller is
        supposed to have some idea about owner_type not randomly
        nuking his pspec's. if this is going to provide problems in
        the future, we can either auto-ref the pspecs, or add a
        _foreach variant, though the latter would have to invoke
        the callback while pspec's mutex is acquired, so i just
        went for the _list variant for now.

        * gclosure.h (G_CALLBACK): made GCallback a void (*) (void) fucntion.
2001-04-03 13:15:41 +00:00
..
tmpl added g_list_nth_prev() which walks ->prev instead of ->next. 2001-04-03 13:15:41 +00:00
.cvsignore .cvsignore updates 2001-02-16 13:41:27 +00:00
gobject-docs.sgml Move conversion functions into GConv section. 2000-11-13 18:59:45 +00:00
gobject-overrides.txt Improve separation of generic non-generic parts and dependencies. 2000-09-06 15:01:07 +00:00
gobject-sections.txt Revert Tim's last commit to get rid of 7+ unnecessary / broken changes. 2001-03-07 20:11:09 +00:00
Makefile.am A couple of small fixes. 2001-03-17 22:51:41 +00:00