summaryrefslogtreecommitdiff
path: root/tests/scanner
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2010-09-13 18:53:32 -0400
committerColin Walters <walters@verbum.org>2010-09-13 18:53:32 -0400
commite2195f648dfc92fd57049f12a4944682c8e0fb1d (patch)
treeda7969d6ff6de5cbe4347c2e5690fd6749b6e1d7 /tests/scanner
parent134f2bc9a37af3427371500090d563c8b5e9acd5 (diff)
downloadgobject-introspection-e2195f648dfc92fd57049f12a4944682c8e0fb1d.tar.gz
scanner: Consistently use ctype for documentation blocks
The "c_name" is really a fallback; use "ctype" if available which matches the C structure name. This fixes scanning at least TelepathyGLib where the namespace is different from the C prefix "Tp".
Diffstat (limited to 'tests/scanner')
-rw-r--r--tests/scanner/utility.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/scanner/utility.c b/tests/scanner/utility.c
index 97afa430..aad0d08a 100644
--- a/tests/scanner/utility.c
+++ b/tests/scanner/utility.c
@@ -4,8 +4,8 @@ G_DEFINE_TYPE (UtilityObject, utility_object, G_TYPE_OBJECT);
/**
* UtilityBuffer:
- *
* @data: (type gpointer): the data
+ *
**/
static void