Top | ![]() |
![]() |
![]() |
![]() |
NemoLocationWidgetProviderNemoLocationWidgetProvider — Allows a custom widget to be added to a Nemo view. |
This is an interface to allow the provision of a custom location widget embedded at the top of the Nemo view. It receives the current location, and can then determine whether or not the location is appropriate for a widget, and its contents.
Be aware that this extension is queried for a new widget any time a view loads a new location, or reloads the current one.
GtkWidget * nemo_location_widget_provider_get_widget (NemoLocationWidgetProvider *provider
,const char *uri
,GtkWidget *window
);