nongnu.org/gsequencer


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

Go to the source code of this file.

Typedefs

typedef struct ConstStringTable AgsVstConstStringTable
 

Functions

gunichar2 * ags_vst_const_string_table_get_string_literal (AgsVstConstStringTable *const_string_table, gchar *str)
 
gunichar2 ags_vst_const_string_table_get_string_character (AgsVstConstStringTable *const_string_table, gchar str)
 

Typedef Documentation

◆ AgsVstConstStringTable

typedef struct ConstStringTable AgsVstConstStringTable

Function Documentation

◆ ags_vst_const_string_table_get_string_character()

gunichar2 ags_vst_const_string_table_get_string_character ( AgsVstConstStringTable const_string_table,
gchar  str 
)

Const string table get string character.

Parameters
const_string_tablethe const string table
strthe char
Returns
the unicode char
Since
5.0.0

◆ ags_vst_const_string_table_get_string_literal()

gunichar2 * ags_vst_const_string_table_get_string_literal ( AgsVstConstStringTable const_string_table,
gchar *  str 
)

Const string table get string literal.

Parameters
const_string_tablethe const string table
strthe string
Returns
the unicode string
Since
5.0.0