[gnome-shell] introspection: Fix annotation



commit 437538644e85e25b2ac79dbf66898b82c2ca8a23
Author: Florian Müllner <fmuellner gnome org>
Date:   Fri Sep 24 02:05:19 2010 +0200

    introspection: Fix annotation
    
    The scanner now warns about unknown annotations, which catched this
    invalid 'type' annotation.

 src/shell-app-system.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/shell-app-system.c b/src/shell-app-system.c
index 10355a8..3fce132 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).



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]