AgsGenericMainLoop

AgsGenericMainLoop — generic loop

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── AgsThread
        ╰── AgsGenericMainLoop

Implemented Interfaces

AgsGenericMainLoop implements AgsConnectable and AgsMainLoop.

Includes

#include <ags/thread/ags_generic_main_loop.h>

Description

The AgsGenericMainLoop is suitable as AgsMainLoop and does generic processing.

Functions

ags_generic_main_loop_new ()

AgsGenericMainLoop *
ags_generic_main_loop_new (GObject *application_context);

Create a new AgsGenericMainLoop.

Parameters

application_context

the AgsMain

 

Returns

the new AgsGenericMainLoop

Since: 0.7.11

Types and Values

AGS_GENERIC_MAIN_LOOP_DEFAULT_JIFFIE

#define AGS_GENERIC_MAIN_LOOP_DEFAULT_JIFFIE (AGS_THREAD_DEFAULT_JIFFIE)