Virtual Method

GioVfsparse_name

Declaration

GFile*
parse_name (
  GVfs* vfs,
  const char* parse_name
)

Description

This operation never fails, but the returned object might not support any I/O operations if the parse_name cannot be parsed by the GVfs module.

Parameters

parse_name

Type: const char*

A string to be parsed by the VFS module.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.

Return value

Type: GFile

A GFile for the given parse_name. Free the returned object with g_object_unref().

The caller of the function takes ownership of the data, and is responsible for freeing it.