Config
Object Hierarchy:
Description:
[
CCode ( type_id =
"ggit_config_get_type ()" ) ]
public class Config :
Native
Represents a git configuration.
Content:
Static methods:
Creation methods:
- public Config ()
Create a new config.
- public Config.default () throws Error
Get the global, XDG and system configuration files merged into one
Config with their appropriate priority levels.
- public Config.from_file (File file) throws Error
Create a new config from a single on disk file.
Methods:
Inherited Members:
All known members inherited from class Ggit.Native
All known members inherited from class GLib.Object