mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-27 22:46:15 +01:00
Expanded the g_file_new_for_commandline_arg description a bit, based on
2008-01-01 Wouter Bolsterlee <wbolster@svn.gnome.org> * gfile.c: Expanded the g_file_new_for_commandline_arg description a bit, based on the code and the docs of the other g_file_new_for_* functions. svn path=/trunk/; revision=6229
This commit is contained in:
parent
0fda6dc10b
commit
69b861ec5c
@ -1,3 +1,9 @@
|
|||||||
|
2008-01-01 Wouter Bolsterlee <wbolster@svn.gnome.org>
|
||||||
|
|
||||||
|
* gfile.c: Expanded the g_file_new_for_commandline_arg
|
||||||
|
description a bit, based on the code and the docs of the
|
||||||
|
other g_file_new_for_* functions.
|
||||||
|
|
||||||
2007-12-31 Wouter Bolsterlee <wbolster@svn.gnome.org>
|
2007-12-31 Wouter Bolsterlee <wbolster@svn.gnome.org>
|
||||||
|
|
||||||
* gfilemonitor.h: Fixed typo in docs.
|
* gfilemonitor.h: Fixed typo in docs.
|
||||||
|
@ -3970,9 +3970,12 @@ has_valid_scheme (const char *uri)
|
|||||||
* g_file_new_for_commandline_arg:
|
* g_file_new_for_commandline_arg:
|
||||||
* @arg: a command line string.
|
* @arg: a command line string.
|
||||||
*
|
*
|
||||||
* Creates a #GFile with the given argument from
|
* Creates a #GFile with the given argument from the command line. The value of
|
||||||
* the command line.
|
* @arg can be either a URI, an absolute path or a relative path resolved
|
||||||
*
|
* relative to the current working directory.
|
||||||
|
* This operation never fails, but the returned object might not support any
|
||||||
|
* I/O operation if @arg points to a malformed path.
|
||||||
|
*
|
||||||
* Returns: a new #GFile.
|
* Returns: a new #GFile.
|
||||||
**/
|
**/
|
||||||
GFile *
|
GFile *
|
||||||
|
Loading…
Reference in New Issue
Block a user