nongnu.org/gsequencer


gsequencer 7.0.5
Advanced Gtk+ Sequencer
ags_vst_ierror_context.h File Reference
Include dependency graph for ags_vst_ierror_context.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define AGS_VST_IERROR_CONTEXT_IID   (ags_vst_ierror_context_get_iid())
 

Typedefs

typedef struct IString AgsVstIString
 
typedef struct IErrorContext AgsVstIErrorContext
 

Functions

const AgsVstTUIDags_vst_ierror_context_get_iid ()
 
void ags_vst_ierror_context_disable_error_ui (AgsVstIErrorContext *error_context, gboolean state)
 
AgsVstTResult ags_vst_ierror_context_error_message_shown (AgsVstIErrorContext *error_context)
 
AgsVstTResult ags_vst_ierror_context_get_error_message (AgsVstIErrorContext *error_context, AgsVstIString *message)
 

Macro Definition Documentation

◆ AGS_VST_IERROR_CONTEXT_IID

#define AGS_VST_IERROR_CONTEXT_IID   (ags_vst_ierror_context_get_iid())

Typedef Documentation

◆ AgsVstIErrorContext

typedef struct IErrorContext AgsVstIErrorContext

◆ AgsVstIString

typedef struct IString AgsVstIString

Function Documentation

◆ ags_vst_ierror_context_disable_error_ui()

void ags_vst_ierror_context_disable_error_ui ( AgsVstIErrorContext error_context,
gboolean  state 
)

Disable error UI.

Parameters
error_contextthe error context
statethe state
Since
5.0.0

◆ ags_vst_ierror_context_error_message_shown()

AgsVstTResult ags_vst_ierror_context_error_message_shown ( AgsVstIErrorContext error_context)

Error message shown.

Parameters
error_contextthe error context
Returns
the return code
Since
5.0.0

◆ ags_vst_ierror_context_get_error_message()

AgsVstTResult ags_vst_ierror_context_get_error_message ( AgsVstIErrorContext error_context,
AgsVstIString message 
)

Get error message.

Parameters
error_contextthe error context
messagethe message
Returns
the return code
Since
5.0.0

◆ ags_vst_ierror_context_get_iid()

const AgsVstTUID * ags_vst_ierror_context_get_iid ( )