![]() |
gsequencer 7.0.5
Advanced Gtk+ Sequencer
|
#include <glib.h>
Include dependency graph for ags_vst_ustring.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Typedefs | |
typedef struct UString | AgsVstUstring |
typedef struct UString128 | AgsVstUstring128 |
typedef struct UString256 | AgsVstUstring256 |
Typedef Documentation
◆ AgsVstUstring
typedef struct UString AgsVstUstring |
◆ AgsVstUstring128
typedef struct UString128 AgsVstUstring128 |
◆ AgsVstUstring256
typedef struct UString256 AgsVstUstring256 |
Function Documentation
◆ ags_vst_ustring_append()
AgsVstUstring * ags_vst_ustring_append | ( | AgsVstUstring * | ustring, |
gunichar2 * | src, | ||
gint32 | src_size | ||
) |
Append.
- Parameters
-
ustring the u-string src the source src_size the source size
- Returns
- the AgsVstUstring
- Since
- 5.0.0
◆ ags_vst_ustring_assign()
AgsVstUstring * ags_vst_ustring_assign | ( | AgsVstUstring * | ustring, |
gunichar2 * | src, | ||
gint32 | src_size | ||
) |
Assign.
- Parameters
-
ustring the u-string src the source src_size the source size
- Returns
- the AgsVstUstring
- Since
- 5.0.0
◆ ags_vst_ustring_assign_from_ascii()
AgsVstUstring * ags_vst_ustring_assign_from_ascii | ( | AgsVstUstring * | ustring, |
const gchar * | src, | ||
gint32 | src_size | ||
) |
Assign from ASCII.
- Parameters
-
ustring the u-string src the source src_size the source size
- Returns
- the AgsVstUstring
- Since
- 5.0.0
◆ ags_vst_ustring_copy_to()
AgsVstUstring * ags_vst_ustring_copy_to | ( | AgsVstUstring * | ustring, |
gunichar2 * | dst, | ||
gint32 | dst_size | ||
) |
Copy to.
- Parameters
-
ustring the u-string src the source src_size the source size
- Returns
- the AgsVstUstring
- Since
- 5.0.0
◆ ags_vst_ustring_from_ascii()
AgsVstUstring * ags_vst_ustring_from_ascii | ( | AgsVstUstring * | ustring, |
const gchar * | src, | ||
gint32 | src_size | ||
) |
From ASCII.
- Parameters
-
ustring the u-string src the source src_size the source size
- Returns
- the AgsVstUstring
- Since
- 5.0.0
◆ ags_vst_ustring_get_length()
gint32 ags_vst_ustring_get_length | ( | AgsVstUstring * | ustring | ) |
Get length.
- Parameters
-
ustring the u-string
- Returns
- the length
- Since
- 5.0.0
◆ ags_vst_ustring_get_size()
gint32 ags_vst_ustring_get_size | ( | AgsVstUstring * | ustring | ) |
Get size.
- Parameters
-
ustring the u-string
- Returns
- the size
- Since
- 5.0.0
◆ ags_vst_ustring_new_from_buffer()
AgsVstUstring * ags_vst_ustring_new_from_buffer | ( | gunichar2 * | buffer, |
gint32 | size | ||
) |
Instantiate Steinberg::UString and return a C99 compatible handle AgsVstUstring a void pointer.
- Returns
- the new instance of Steinberg::UString as AgsVstUstring
- Since
- 5.0.0
◆ ags_vst_ustring_print_float()
gboolean ags_vst_ustring_print_float | ( | AgsVstUstring * | ustring, |
gdouble | value | ||
) |
Print float.
- Parameters
-
ustring the u-string value the value
- Returns
- true on success, otherwise false
- Since
- 5.0.0
◆ ags_vst_ustring_print_int()
gboolean ags_vst_ustring_print_int | ( | AgsVstUstring * | ustring, |
gint64 | value | ||
) |
Print int.
- Parameters
-
ustring the u-string value the value
- Returns
- true on success, otherwise false
- Since
- 5.0.0
◆ ags_vst_ustring_scan_float()
gboolean ags_vst_ustring_scan_float | ( | AgsVstUstring * | ustring, |
gdouble * | value | ||
) |
Scan float.
- Parameters
-
ustring the u-string value the value
- Returns
- true on success, otherwise false
- Since
- 5.0.0
◆ ags_vst_ustring_scan_int()
gboolean ags_vst_ustring_scan_int | ( | AgsVstUstring * | ustring, |
gint64 * | value | ||
) |
Scan int.
- Parameters
-
ustring the u-string value the value
- Returns
- true on success, otherwise false
- Since
- 5.0.0
◆ ags_vst_ustring_to_ascii()
AgsVstUstring * ags_vst_ustring_to_ascii | ( | AgsVstUstring * | ustring, |
gchar * | dst, | ||
gint32 | dst_size | ||
) |
To ASCII.
- Parameters
-
ustring the u-string dst the destination dst_size the destination size
- Returns
- the AgsVstUstring
- Since
- 5.0.0
Generated by