From b6b887326129ca9b022fc0c56435af496497a2ba Mon Sep 17 00:00:00 2001 From: Umang Jain Date: Tue, 18 Jun 2019 19:23:17 +0530 Subject: [PATCH] docs: Improve documentation of "app-filter-changed" signal --- libmalcontent/manager.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libmalcontent/manager.c b/libmalcontent/manager.c index 0bb3308..5f9c76b 100644 --- a/libmalcontent/manager.c +++ b/libmalcontent/manager.c @@ -188,6 +188,8 @@ mct_manager_class_init (MctManagerClass *klass) * @user_id: UID of the user whose app filter has changed * * Emitted when the app filter stored for a user changes. + * The new app filter for the user should be requested again from + * the #MctManager instance. * * Since: 0.3.0 */