uri_handle_recursively

@accepts(utf8, Gio.Cancellable, RB.UriRecurseFunc, gpointer)
@returns(none)
def uri_handle_recursively(uri, cancel, func, user_data)

Calls @func for each file found under the directory identified by @uri. If @uri identifies a file, calls @func for that instead.

uri :

URI to visit

cancel :

an optional GCancellable to allow cancellation

func :

Callback function

user_data :

Data for callback function