Home | History | Annotate | Download | only in gio

Lines Matching full:uris

39  * As of GLib 2.20, URIs will always be converted to POSIX paths
49 * unmodified to the application. Some URIs, such as
51 * path (in gvfs there's no FUSE mount for it); such URIs will be
84 * of a particular URIs. Different launcher applications (e.g. file
487 * Some URIs can be changed when passed through a GFile (for instance
488 * unsupported uris with strange formats like mailto:), so if you have
514 * Checks if the application supports reading files and directories from URIs.
516 * Returns: %TRUE if the @appinfo supports URIs.
555 * @uris: a #GList containing URIs to launch.
559 * Launches the application. Passes @uris to the launched application
564 * To lauch the application without arguments pass a %NULL @uris list.
574 GList *uris,
584 return (* iface->launch_uris) (appinfo, uris, launch_context, error);