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

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

Go to the source code of this file.
Functions | |
gunichar2 * | ags_vst_string_util_to_unicode16 (gchar *source_str) |
void | ags_vst_string_util_to_unicode16_extended (gchar *source_str, gunichar2 **destination_str, gsize *destination_length) |
gchar * | ags_vst_string_util_from_unicode16 (gunichar2 *source_str) |
Function Documentation
◆ ags_vst_string_util_from_unicode16()
gchar * ags_vst_string_util_from_unicode16 | ( | gunichar2 * | source_str | ) |
From unicode.
- Parameters
-
source_str the source string
- Returns
- the string
- Since
- 5.0.0
◆ ags_vst_string_util_to_unicode16()
gunichar2 * ags_vst_string_util_to_unicode16 | ( | gchar * | source_str | ) |
To unicode.
- Parameters
-
source_str the string
- Returns
- the unicode string
- Since
- 5.0.0
◆ ags_vst_string_util_to_unicode16_extended()
void ags_vst_string_util_to_unicode16_extended | ( | gchar * | source_str, |
gunichar2 ** | destination_str, | ||
gsize * | destination_length | ||
) |
To unicode extended.
- Parameters
-
source_str the string destination_str the destination unicode string destination_length the destination string length
- Since
- 5.0.0
Generated by