From 437538644e85e25b2ac79dbf66898b82c2ca8a23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Fri, 24 Sep 2010 02:05:19 +0200 Subject: [PATCH] introspection: Fix annotation The scanner now warns about unknown annotations, which catched this invalid 'type' annotation. --- src/shell-app-system.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shell-app-system.c b/src/shell-app-system.c index 10355a8c5..3fce1326b 100644 --- a/src/shell-app-system.c +++ b/src/shell-app-system.c @@ -487,7 +487,7 @@ shell_app_system_get_app (ShellAppSystem *self, /** * shell_app_system_get_app_for_path: * @system: a #ShellAppSystem - * @desktop_path: (utf8): UTF-8 encoded absolute file name + * @desktop_path: (type utf8): UTF-8 encoded absolute file name * * Find or create a #ShellApp corresponding to a given absolute * file name which must be in the standard paths (XDG_DATA_DIRS).