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:
parent
d97630f9df
commit
42a3222651
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue