summaryrefslogtreecommitdiff
path: root/src/shell-app-system.c
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2014-05-28 21:54:02 +0200
committerFlorian Müllner <fmuellner@gnome.org>2014-05-28 22:01:55 +0200
commit93c9e031e37de963375f7dfd0938c4f4591025d1 (patch)
tree5d5f14477b9ff518fbfb191370763527c17c1433 /src/shell-app-system.c
parent3ff4277f86542420524a59ed99b6b81075c558c2 (diff)
Update (allow-none) annotations
The annotation has been deprecated in favor of (nullable) and/or (optional).
Diffstat (limited to 'src/shell-app-system.c')
-rw-r--r--src/shell-app-system.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shell-app-system.c b/src/shell-app-system.c
index ac0206c4..d330975c 100644
--- a/src/shell-app-system.c
+++ b/src/shell-app-system.c
@@ -252,7 +252,7 @@ shell_app_system_lookup_heuristic_basename (ShellAppSystem *system,
/**
* shell_app_system_lookup_desktop_wmclass:
* @system: a #ShellAppSystem
- * @wmclass: (allow-none): A WM_CLASS value
+ * @wmclass: (nullable): A WM_CLASS value
*
* Find a valid application whose .desktop file, without the extension
* and properly canonicalized, matches @wmclass.
@@ -303,7 +303,7 @@ shell_app_system_lookup_desktop_wmclass (ShellAppSystem *system,
/**
* shell_app_system_lookup_startup_wmclass:
* @system: a #ShellAppSystem
- * @wmclass: (allow-none): A WM_CLASS value
+ * @wmclass: (nullable): A WM_CLASS value
*
* Find a valid application whose .desktop file contains a
* StartupWMClass entry matching @wmclass.