[gtk-doc] mkdb: add 'type' annotation (used in glib
- From: Stefan Kost <stefkost src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-doc] mkdb: add 'type' annotation (used in glib
- Date: Thu, 19 Aug 2010 10:37:20 +0000 (UTC)
commit 0c372123a5d23dfb1bca5f69afb5826dc162c3e4
Author: Stefan Kost <ensonic users sf net>
Date: Thu Jul 15 10:05:59 2010 +0300
mkdb: add 'type' annotation (used in glib
gtkdoc-mkdb.in | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/gtkdoc-mkdb.in b/gtkdoc-mkdb.in
index a6a1af4..ed27802 100755
--- a/gtkdoc-mkdb.in
+++ b/gtkdoc-mkdb.in
@@ -312,7 +312,8 @@ 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 notfied' => "The callback is valid until the GDestroyNotify argument is called.",
+ 'type' => "Override the parsed C type with given type"
);
# Create the root DocBook output directory if it doens't exist.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]