AgsConfig

AgsConfig — task to read simple file format

Functions

Object Hierarchy

    GObject
    ╰── AgsTask
        ╰── AgsSimpleFileRead

Implemented Interfaces

AgsSimpleFileRead implements AgsConnectable.

Includes

#include <ags/X/task/ags_simple_file_read.h>

Description

AgsSimpleFileRead lets you read the simple file format as a task.

Functions

ags_simple_file_read_new ()

AgsSimpleFileRead *
ags_simple_file_read_new (AgsSimpleFile *simple_file);

Create a new task to read the simple file format.

Parameters

simple_file

the AgsSimpleFile

 

Returns

the AgsSimpleFileRead task

Since: 0.7.42

Types and Values