Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gFileGetParseName

gFileGetParseName


Description

Gets the parse name of the file. A parse name is a UTF-8 string that describes the file such that one can get the GFile back using gFileParseName.

Usage

gFileGetParseName(object)

Arguments

object

input GFile.

Details

This is generally used to show the GFile as a nice full-pathname kind of string in a user interface, like in a location entry.

For local files with names that can safely be converted to UTF8 the pathname is used, otherwise the IRI is used (a form of URI that allows UTF8 characters unescaped).

This call does no blocking i/o.

Value

[char] a string containing the GFile's parse name.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.