krähemann.com

AgsSimpleFileWrite

AgsSimpleFileWrite — task to write simple file format

Stability Level

Stable, unless otherwise indicated

Object Hierarchy

    GObject
    ╰── AgsTask
        ╰── AgsSimpleFileWrite

Implemented Interfaces

AgsSimpleFileWrite implements AgsConnectable.

Includes

#include <ags/app/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: 3.0.0


AGS_IS_SIMPLE_FILE_WRITE()

#define AGS_IS_SIMPLE_FILE_WRITE(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_SIMPLE_FILE_WRITE))

AGS_IS_SIMPLE_FILE_WRITE_CLASS()

#define AGS_IS_SIMPLE_FILE_WRITE_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_SIMPLE_FILE_WRITE))

AGS_SIMPLE_FILE_WRITE()

#define AGS_SIMPLE_FILE_WRITE(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_SIMPLE_FILE_WRITE, AgsSimpleFileWrite))

AGS_SIMPLE_FILE_WRITE_CLASS()

#define AGS_SIMPLE_FILE_WRITE_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_SIMPLE_FILE_WRITE, AgsSimpleFileWriteClass))

AGS_SIMPLE_FILE_WRITE_GET_CLASS()

#define AGS_SIMPLE_FILE_WRITE_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_SIMPLE_FILE_WRITE, AgsSimpleFileWriteClass))

ags_simple_file_write_get_type ()

GType
ags_simple_file_write_get_type ();

Types and Values

AGS_TYPE_SIMPLE_FILE_WRITE

#define AGS_TYPE_SIMPLE_FILE_WRITE                (ags_simple_file_write_get_type())

struct AgsSimpleFileWrite

struct AgsSimpleFileWrite;

struct AgsSimpleFileWriteClass

struct AgsSimpleFileWriteClass {
  AgsTaskClass task;
};