Type Alias GFile

Source
pub type GFile = _GFile;
Expand description

GFile:

A handle to an object implementing the #GFileIface interface. Generally stores a location within the file system. Handles do not necessarily represent files or directories that currently exist.

Aliased Typeยง

#[repr(C)]
pub struct GFile { /* private fields */ }