prefix internal functions with '_'. renamed g_signal_connect_closure() to
authorTim Janik <timj@gtk.org>
Fri, 3 Nov 2000 08:18:09 +0000 (08:18 +0000)
committerTim Janik <timj@src.gnome.org>
Fri, 3 Nov 2000 08:18:09 +0000 (08:18 +0000)
commit3cc60a9ab1df2dcf393a15b8a66e0602817646bd
tree9c70c0f916dc705010afc94032f75d9abe0cfdff
parente78311ff4e162e5a73d9816fa72bbc50f25db4cc
prefix internal functions with '_'. renamed g_signal_connect_closure() to

Fri Nov  3 07:35:00 2000  Tim Janik  <timj@gtk.org>

        * gsignal.[hc]: prefix internal functions with '_'. renamed
        g_signal_connect_closure() to g_signal_connect_closure_by_id().
        added g_signal_parse_name() to retrive signal_id and detail quark
        from a signal name (internal).

Fri Nov  3 07:33:15 2000  Tim Janik  <timj@gtk.org>

        * gobject/gobject-docs.sgml: added &gobject-closures; section.

        * gobject/Makefile.am (tmpl_sources): add tmpl/clsoures.sgml

        * gobject/gobject-sections.txt: added Closure section.

        * gobject/tmpl/closures.sgml: new file with template description
        for GClosure functions.
16 files changed:
docs/reference/ChangeLog
docs/reference/glib/tmpl/caches.sgml
docs/reference/glib/tmpl/glib-unused.sgml
docs/reference/glib/tmpl/hash_tables.sgml
docs/reference/glib/tmpl/relations.sgml
docs/reference/gobject/Makefile.am
docs/reference/gobject/gobject-docs.sgml
docs/reference/gobject/gobject-sections.txt
docs/reference/gobject/tmpl/closures.sgml [new file with mode: 0644]
docs/reference/gobject/tmpl/gobject-unused.sgml
docs/reference/gobject/tmpl/signals.sgml
gobject/ChangeLog
gobject/gclosure.h
gobject/gobject.c
gobject/gsignal.c
gobject/gsignal.h