From 8f80a49d0d709b4d1e4821f0bd2e5565b8e87785 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Thu, 8 Nov 2018 17:54:22 +0000 Subject: [PATCH] libeos-parental-controls: Fix argument name in header MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It didn’t match the C file, so was causing a gtk-doc warning. Fix that. Signed-off-by: Philip Withnall https://phabricator.endlessm.com/T24024 --- libeos-parental-controls/app-filter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libeos-parental-controls/app-filter.h b/libeos-parental-controls/app-filter.h index ab19c5b..5abb28a 100644 --- a/libeos-parental-controls/app-filter.h +++ b/libeos-parental-controls/app-filter.h @@ -101,7 +101,7 @@ uid_t epc_app_filter_get_user_id (EpcAppFilter *filter); gboolean epc_app_filter_is_path_allowed (EpcAppFilter *filter, const gchar *path); gboolean epc_app_filter_is_flatpak_ref_allowed (EpcAppFilter *filter, - const gchar *flatpak_ref); + const gchar *app_ref); const gchar **epc_app_filter_get_oars_sections (EpcAppFilter *filter); EpcAppFilterOarsValue epc_app_filter_get_oars_value (EpcAppFilter *filter,