mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-14 05:16:18 +01:00
3cc60a9ab1
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.
39 lines
486 B
Plaintext
39 lines
486 B
Plaintext
<!-- ##### ENUM GSignalType ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@G_SIGNAL_RUN_FIRST:
|
|
@G_SIGNAL_RUN_LAST:
|
|
@G_SIGNAL_RUN_CLEANUP:
|
|
@G_SIGNAL_NO_RECURSE:
|
|
@G_SIGNAL_ACTION:
|
|
@G_SIGNAL_NO_HOOKS:
|
|
|
|
<!-- ##### FUNCTION g_signal_connect_closure ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@instance:
|
|
@signal_id:
|
|
@detail:
|
|
@closure:
|
|
@after:
|
|
@Returns:
|
|
|
|
<!-- ##### FUNCTION g_signal_handlers_destroy ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@instance:
|
|
|
|
<!-- ##### FUNCTION g_signals_destroy ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@itype:
|
|
|