From 5da5370cb6205119deec5226e61864bb21f9e758 Mon Sep 17 00:00:00 2001 From: Imran Zaman Date: Fri, 15 Nov 2013 17:18:49 +0200 Subject: [PATCH] Fixed signal documentation for GumDisposable --- src/common/gum-disposable.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/common/gum-disposable.c b/src/common/gum-disposable.c index 237fdc9..01ef7b8 100644 --- a/src/common/gum-disposable.c +++ b/src/common/gum-disposable.c @@ -103,6 +103,7 @@ enum { PROP_MAX, }; +/* signals */ enum { SIG_DISPOSING, SIG_MAX @@ -253,7 +254,8 @@ gum_disposable_class_init ( g_object_class_install_properties (object_class, PROP_MAX, properties); /** - * GumDisposable:disposing: + * GumDisposable::disposing: + * @object: the object which emits the signal * * This signal is emitted when the object is about to be disposed. */ -- 2.7.4