[gtk-doc] Fix 'scope notified' annotation
- From: Stefan Kost <stefkost src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-doc] Fix 'scope notified' annotation
- Date: Wed, 22 Sep 2010 14:26:11 +0000 (UTC)
commit 50636742ee71fabd6fc306c4da53d2c431497f44
Author: Simón Pena <spenap gmail com>
Date: Tue Sep 21 21:47:55 2010 +0200
Fix 'scope notified' annotation
https://bugzilla.gnome.org/show_bug.cgi?id=630288
gtkdoc-mkdb.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtkdoc-mkdb.in b/gtkdoc-mkdb.in
index bf5bbc7..0d50121 100755
--- a/gtkdoc-mkdb.in
+++ b/gtkdoc-mkdb.in
@@ -315,7 +315,7 @@ my %AnnotationDefinition = (
'transfer none' => "Don't free data after the code is done.",
'scope call' => "The callback is valid only during the call to the method.",
'scope async' => "The callback is valid until first called.",
- 'scope notfied' => "The callback is valid until the GDestroyNotify argument is called.",
+ 'scope notified' => "The callback is valid until the GDestroyNotify argument is called.",
'type' => "Override the parsed C type with given type"
);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]