egueb  0.0.23.1
Typedefs | Functions
String
DOM

Typedefs

typedef struct _Egueb_Dom_String Egueb_Dom_String

Functions

EAPI Egueb_Dom_String * egueb_dom_string_new (void)
EAPI Egueb_Dom_String * egueb_dom_string_new_with_chars (const char *str)
EAPI Egueb_Dom_String * egueb_dom_string_new_with_length (const char *str, int len)
EAPI Egueb_Dom_String * egueb_dom_string_new_with_static_chars (const char *str)
EAPI Egueb_Dom_String * egueb_dom_string_steal (char *str)
EAPI Egueb_Dom_String * egueb_dom_string_dup (Egueb_Dom_String *thiz)
EAPI Egueb_Dom_String * egueb_dom_string_ref (Egueb_Dom_String *thiz)
EAPI void egueb_dom_string_unref (Egueb_Dom_String *thiz)
EAPI const char * egueb_dom_string_chars_get (const Egueb_Dom_String *thiz)
EAPI void egueb_dom_string_chars_set (Egueb_Dom_String *thiz, const char *str)
EAPI void egueb_dom_string_static_chars_set (Egueb_Dom_String *thiz, const char *str)
EAPI void egueb_dom_string_chars_steal (Egueb_Dom_String *thiz, char *str)
EAPI Eina_Bool egueb_dom_string_is_equal (const Egueb_Dom_String *thiz, const Egueb_Dom_String *other)
EAPI Eina_Bool egueb_dom_string_is_valid (const Egueb_Dom_String *thiz)

Function Documentation

EAPI const char* egueb_dom_string_chars_get ( const Egueb_Dom_String *  thiz)

Get the string associated with a String

Parameters:
[in]thizThe String to get the string from
Returns:
The string associated with the String [Transfer none]
EAPI void egueb_dom_string_chars_set ( Egueb_Dom_String *  thiz,
const char *  str 
)

Set the string associated with a String

Parameters:
[in]thizThe String to get the string from
[in]strThe string to set [Transfer none]
 All Data Structures