[Github-comments] [geany] Towards gvfs-fuse independence (#963)
Colomban Wendling
notifications at xxxxx
Sat Mar 19 22:46:14 UTC 2016
> @@ -2188,3 +2188,91 @@ void utils_start_new_geany_instance(const gchar *doc_path)
> else
> g_printerr("Unable to find 'geany'");
> }
> +
> +
> +static GFile *utils_gfile_create(const gchar *fname)
> +{
> + if (utils_is_uri(fname))
> + return g_file_new_for_uri(fname);
> + return g_file_new_for_path(fname);
> +}
> +
> +
> +/**
> + * Tests file existence using the configured IO method in Geany.
> + *
> + * @param fname File name.
Do we actually want those in the API? It's cute, but do plugin really care about that?
---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/963/files/4d2f2045b35231c944904edd5540bf6beff7a003#r56756231
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160319/2727ac63/attachment.html>
More information about the Github-comments
mailing list