diff options
author | Florian Müllner <fmuellner@gnome.org> | 2014-05-28 21:54:02 +0200 |
---|---|---|
committer | Florian Müllner <fmuellner@gnome.org> | 2014-05-28 22:01:55 +0200 |
commit | 93c9e031e37de963375f7dfd0938c4f4591025d1 (patch) | |
tree | 5d5f14477b9ff518fbfb191370763527c17c1433 /src/shell-app-system.c | |
parent | 3ff4277f86542420524a59ed99b6b81075c558c2 (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.c | 4 |
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. |