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:
Tim Janik
2000-10-30 05:03:19 +00:00
committed by Tim Janik
parent 65c423b458
commit 817110279d
10 changed files with 406 additions and 12 deletions

View File

@@ -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)