[Xfce4-commits] [apps/xfdashboard] 07/10: Add more descriptive comments to functions at applications search provider

noreply at xfce.org noreply at xfce.org
Wed Jan 6 16:31:41 CET 2016


This is an automated email from the git hooks/post-receive script.

nomad pushed a commit to branch master
in repository apps/xfdashboard.

commit 610654d037b69d32c9130dd806fe7e4d73b333d1
Author: Stephan Haller <nomad at froevel.de>
Date:   Wed Jan 6 15:45:09 2016 +0100

    Add more descriptive comments to functions at applications search provider
---
 xfdashboard/applications-search-provider.c |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/xfdashboard/applications-search-provider.c b/xfdashboard/applications-search-provider.c
index 94ebbeb..c3486a4 100644
--- a/xfdashboard/applications-search-provider.c
+++ b/xfdashboard/applications-search-provider.c
@@ -309,19 +309,19 @@ static gint _xfdashboard_applications_search_provider_sort_result_set(GVariant *
 
 /* IMPLEMENTATION: XfdashboardSearchProvider */
 
-/* Overriden virtual function: get_name */
+/* Get display name for this search provider */
 static const gchar* _xfdashboard_applications_search_provider_get_name(XfdashboardSearchProvider *inProvider)
 {
 	return(_("Applications"));
 }
 
-/* Overriden virtual function: get_icon */
+/* Get icon-name for this search provider */
 static const gchar* _xfdashboard_applications_search_provider_get_icon(XfdashboardSearchProvider *inProvider)
 {
 	return("go-home");
 }
 
-/* Overriden virtual function: get_result_set */
+/* Get result set for requested search terms */
 static XfdashboardSearchResultSet* _xfdashboard_applications_search_provider_get_result_set(XfdashboardSearchProvider *inProvider,
 																							const gchar **inSearchTerms,
 																							XfdashboardSearchResultSet *inPreviousResultSet)
@@ -431,7 +431,7 @@ static XfdashboardSearchResultSet* _xfdashboard_applications_search_provider_get
 	return(resultSet);
 }
 
-/* Overriden virtual function: create_result_actor */
+/* Create actor for a result item of the result set returned from a search request */
 static ClutterActor* _xfdashboard_applications_search_provider_create_result_actor(XfdashboardSearchProvider *inProvider,
 																					GVariant *inResultItem)
 {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list