libeos-parental-controls: Add a missing (type) annotation

Signed-off-by: Philip Withnall <withnall@endlessm.com>

https://phabricator.endlessm.com/T24025
This commit is contained in:
Philip Withnall 2018-10-12 16:47:33 +13:00 committed by Georges Basile Stavracas Neto
parent d97630f9df
commit 42a3222651
No known key found for this signature in database
GPG Key ID: 886C17EE170D1385
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ epc_app_filter_get_user_id (EpcAppFilter *filter)
/**
* epc_app_filter_is_path_allowed:
* @filter: an #EpcAppFilter
* @path: absolute path of a program to check
* @path: (type filename): absolute path of a program to check
*
* Check whether the program at @path is allowed to be run according to this
* app filter. @path will be canonicalised without doing any I/O.