placesview: fix documentation

The doc for gtk_places_view_get_search_query was being
set twice, while gtk_places_view_set_search_query was
never set.

Fix that by correcting the wrong getter documentation.
This commit is contained in:
Georges Basile Stavracas Neto 2015-07-27 16:49:18 -03:00
parent ea3a80c19f
commit c00f216d92

View File

@ -1943,7 +1943,7 @@ gtk_places_view_get_search_query (GtkPlacesView *view)
}
/**
* gtk_places_view_get_search_query:
* gtk_places_view_set_search_query:
* @view: a #GtkPlacesView
* @query_text: the query, or NULL.
*