diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2002-12-03 23:54:55 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2002-12-03 23:54:55 +0000 |
commit | 6df677db748bfadbb20b0a76e2386045daaee43e (patch) | |
tree | 2f94e91e7d7827fe5396d4faed47bea8db5c991c /gobject/gsignal.h | |
parent | 78afc275dc984a6811de979629016da4c60689f6 (diff) |
Sync parameter names with docs and implementation.
* gsignal.h (g_signal_add_emission_hook):
* gtype.h (g_type_interface_get_plugin): Sync parameter names with
docs and implementation.
* gtype.c (g_type_add_interface_dynamic):
(g_type_interface_get_plugin):
(g_type_interface_peek_parent):
(g_type_query): Add docs.
* gobject/tmpl/gtype.sgml: Add docs.
* gobject/tmpl/signals.sgml: Regenerated.
Diffstat (limited to 'gobject/gsignal.h')
-rw-r--r-- | gobject/gsignal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gobject/gsignal.h b/gobject/gsignal.h index f187f4017..c5295e62f 100644 --- a/gobject/gsignal.h +++ b/gobject/gsignal.h @@ -161,7 +161,7 @@ void g_signal_stop_emission (gpointer instance, void g_signal_stop_emission_by_name (gpointer instance, const gchar *detailed_signal); gulong g_signal_add_emission_hook (guint signal_id, - GQuark quark, + GQuark detail, GSignalEmissionHook hook_func, gpointer hook_data, GDestroyNotify data_destroy); |