Method

GtkRecentChooserset_local_only

since: 2.10

Declaration [src]

void
gtk_recent_chooser_set_local_only (
  GtkRecentChooser* chooser,
  gboolean local_only
)

Description [src]

Sets whether only local resources, that is resources using the file:// URI scheme, should be shown in the recently used resources selector. If local_only is TRUE (the default) then the shown resources are guaranteed to be accessible through the operating system native file system.

Available since: 2.10

Parameters

local_only

Type: gboolean

TRUE if only local files can be shown.