From f9feb4b8fff109fec7e0de89a082e8acb377dc56 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Wed, 31 Oct 2018 11:01:16 +0000 Subject: [PATCH] libeos-parental-controls: Fix the order of arguments in a docstring Signed-off-by: Philip Withnall https://phabricator.endlessm.com/T24024 --- libeos-parental-controls/app-filter.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libeos-parental-controls/app-filter.c b/libeos-parental-controls/app-filter.c index 9dcacc1..5e8d4df 100644 --- a/libeos-parental-controls/app-filter.c +++ b/libeos-parental-controls/app-filter.c @@ -332,8 +332,8 @@ G_DEFINE_AUTOPTR_CLEANUP_FUNC (GetAppFilterData, get_app_filter_data_free) * @user_id: ID of the user to query, typically coming from getuid() * @allow_interactive_authorization: %TRUE to allow interactive polkit * authorization dialogues to be displayed during the call; %FALSE otherwise - * @callback: a #GAsyncReadyCallback * @cancellable: (nullable): a #GCancellable, or %NULL + * @callback: a #GAsyncReadyCallback * @user_data: user data to pass to @callback * * Asynchronously get a snapshot of the app filter settings for the given @@ -561,8 +561,8 @@ G_DEFINE_AUTOPTR_CLEANUP_FUNC (SetAppFilterData, set_app_filter_data_free) * @app_filter: (transfer none): the app filter to set for the user * @allow_interactive_authorization: %TRUE to allow interactive polkit * authorization dialogues to be displayed during the call; %FALSE otherwise - * @callback: a #GAsyncReadyCallback * @cancellable: (nullable): a #GCancellable, or %NULL + * @callback: a #GAsyncReadyCallback * @user_data: user data to pass to @callback * * Asynchronously set the app filter settings for the given @user_id to the