AgsSimpleFileRead

AgsSimpleFileRead — task to read simple file format

Functions

Types and Values

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: 3.0.0


AGS_IS_SIMPLE_FILE_READ()

#define AGS_IS_SIMPLE_FILE_READ(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_SIMPLE_FILE_READ))

AGS_IS_SIMPLE_FILE_READ_CLASS()

#define AGS_IS_SIMPLE_FILE_READ_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_SIMPLE_FILE_READ))

AGS_SIMPLE_FILE_READ()

#define AGS_SIMPLE_FILE_READ(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_SIMPLE_FILE_READ, AgsSimpleFileRead))

AGS_SIMPLE_FILE_READ_CLASS()

#define AGS_SIMPLE_FILE_READ_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_SIMPLE_FILE_READ, AgsSimpleFileReadClass))

AGS_SIMPLE_FILE_READ_GET_CLASS()

#define AGS_SIMPLE_FILE_READ_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_SIMPLE_FILE_READ, AgsSimpleFileReadClass))

ags_simple_file_read_get_type ()

GType
ags_simple_file_read_get_type ();

Types and Values

AGS_TYPE_SIMPLE_FILE_READ

#define AGS_TYPE_SIMPLE_FILE_READ                (ags_simple_file_read_get_type())

struct AgsSimpleFileRead

struct AgsSimpleFileRead;

struct AgsSimpleFileReadClass

struct AgsSimpleFileReadClass {
  AgsTaskClass task;
};