AgsThreadApplicationContext

AgsThreadApplicationContext — threaded application context

Functions

Properties

Types and Values

Object Hierarchy

    GObject
    ╰── AgsApplicationContext
        ╰── AgsThreadApplicationContext

Implemented Interfaces

AgsThreadApplicationContext implements AgsConnectable and AgsConcurrencyProvider.

Includes

#include <ags/thread/ags_thread_application_context.h>

Description

The AgsThreadApplicationContext provides you multi-threaded functionality.

Functions

ags_thread_application_context_new ()

AgsThreadApplicationContext *
ags_thread_application_context_new ();

Types and Values

AGS_THREAD_BUILD_ID

#define AGS_THREAD_BUILD_ID "Thu Apr  2 13:04:21 GMT 2015\0"


AGS_THREAD_DEFAULT_VERSION

#define AGS_THREAD_DEFAULT_VERSION "0.4.3\0"


enum AgsThreadApplicationContextFlags

Members

AGS_THREAD_APPLICATION_CONTEXT_SINGLE_THREAD

   

Property Details

The “autosave-thread” property

  “autosave-thread”          AgsAutosaveThread *

The thread pool which this thread application context assigned to.

Flags: Read / Write

Since: 0.4


The “thread-pool” property

  “thread-pool”              AgsThreadPool *

The thread pool which this thread application context assigned to.

Flags: Read / Write

Since: 0.4