Gda.Text – libgda-6.0 Reference Manual
Text
Object Hierarchy:
Gda.Text
Gda.Text
Gda.Text
Description:
[
CCode
( copy_function =
"g_boxed_copy"
, free_function =
"g_boxed_free"
, type_id =
"gda_text_get_type ()"
) ]
[
Compact
]
public
class
Text
Namespace:
Gda
Package:
libgda-6.0
Content:
Static methods:
public
static
string
to_alphanum
(
string
text)
Creation methods:
public
Text
()
Creates a new
Text
object, initialy with no string.
Methods:
public
void
free
()
Free resources on
Text
object.
public
unowned
string
get_string
()
public
void
set_string
(
string
str)
Set string.
public
void
take_string
(
string
str)
Takes ownership on a given string, so you don't need to free it.
2022 vala-language.org