diff options
Diffstat (limited to 'gobject/gclosure.c')
-rw-r--r-- | gobject/gclosure.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gobject/gclosure.c b/gobject/gclosure.c index 969117240..64a31abcf 100644 --- a/gobject/gclosure.c +++ b/gobject/gclosure.c @@ -20,6 +20,7 @@ /** * SECTION:gclosure * @Short_description: Functions as first-class objects + * @Title: Closures * * A #GClosure represents a callback supplied by the programmer. It will generally * comprise a function of some kind and a marshaller used to call it. It is the |