placesview: show Computer item
GtkPlacesView widget manages persistent locations, factoring out GtkPlacesSidebar functionality. It, however, does not completely shows all sidebar locations, since Computer is still missing. Add a Computer item, adjusting some internal behavior to make that possible.
This commit is contained in:
		| @ -43,6 +43,8 @@ GMount*            gtk_places_view_row_get_mount                 (GtkPlacesViewR | ||||
|  | ||||
| GVolume*           gtk_places_view_row_get_volume                (GtkPlacesViewRow   *row); | ||||
|  | ||||
| GFile*             gtk_places_view_row_get_file                  (GtkPlacesViewRow   *row); | ||||
|  | ||||
| void               gtk_places_view_row_set_busy                  (GtkPlacesViewRow   *row, | ||||
|                                                                   gboolean            is_busy); | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Georges Basile Stavracas Neto
					Georges Basile Stavracas Neto