AgsConfig

AgsConfig — task to write simple file format

Functions

Object Hierarchy

    GObject
    ╰── AgsTask
        ╰── AgsSimpleFileWrite

Implemented Interfaces

AgsSimpleFileWrite implements AgsConnectable.

Includes

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

Description

AgsSimpleFileWrite lets you write the simple file format as a task.

Functions

ags_simple_file_write_new ()

AgsSimpleFileWrite *
ags_simple_file_write_new (AgsSimpleFile *simple_file);

Create a new task to write the simple file format.

Parameters

simple_file

the AgsSimpleFile

 

Returns

the AgsSimpleFileWrite task

Since: 0.7.42

Types and Values