mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
opened up a new section on signals.
Mon Oct 30 06:01:43 2000 Tim Janik <timj@gtk.org> * gobject/gobject-sections.txt: opened up a new section on signals. Mon Oct 30 05:52:45 2000 Tim Janik <timj@gtk.org> * gsignal.c (g_signal_list_ids): get rid of inline documentation owen added, the doc system would ignore it anyways (for some reason not aparent to me).
This commit is contained in:
@@ -692,15 +692,6 @@ g_signal_query (guint signal_id,
|
||||
G_UNLOCK (g_signal_mutex);
|
||||
}
|
||||
|
||||
/**
|
||||
* g_signal_list_ids:
|
||||
* @itype: an
|
||||
* @n_ids: location to store number of signal ids for @itype
|
||||
*
|
||||
* List all signals for a given type.
|
||||
*
|
||||
* Return value: Newly allocated array of signal ids.
|
||||
**/
|
||||
guint*
|
||||
g_signal_list_ids (GType itype,
|
||||
guint *n_ids)
|
||||
|
Reference in New Issue
Block a user