Inkscape
Vector Graphics Editor
Loading...
Searching...
No Matches
cr-string.h File Reference

Declaration file of the CRString class. More...

Go to the source code of this file.

Classes

struct  _CRString
 This is a ship implementation of string based on GString. More...
 

Typedefs

typedef typedefG_BEGIN_DECLS struct _CRString CRString
 

Functions

CRStringcr_string_new (void)
 
CRStringcr_string_new_from_string (const gchar *a_string)
 
CRStringcr_string_new_from_gstring (GString const *a_string)
 
CRStringcr_string_dup (CRString const *a_this)
 
gchar * cr_string_dup2 (CRString const *a_this)
 
const gchar * cr_string_peek_raw_str (CRString const *a_this)
 
gint cr_string_peek_raw_str_len (CRString const *a_this)
 
void cr_string_destroy (CRString *a_this)
 

Detailed Description

Declaration file of the CRString class.

Definition in file cr-string.h.

Typedef Documentation

◆ CRString

typedef typedefG_BEGIN_DECLS struct _CRString CRString

Definition at line 37 of file cr-string.h.

Function Documentation

◆ cr_string_destroy()

void cr_string_destroy ( CRString a_this)

◆ cr_string_dup()

CRString * cr_string_dup ( CRString const *  a_this)

Referenced by import_style_cb(), and property_cb().

◆ cr_string_dup2()

gchar * cr_string_dup2 ( CRString const *  a_this)

◆ cr_string_new()

CRString * cr_string_new ( void  )

◆ cr_string_new_from_gstring()

CRString * cr_string_new_from_gstring ( GString const *  a_string)

◆ cr_string_new_from_string()

CRString * cr_string_new_from_string ( const gchar *  a_string)

◆ cr_string_peek_raw_str()

const gchar * cr_string_peek_raw_str ( CRString const *  a_this)

◆ cr_string_peek_raw_str_len()

gint cr_string_peek_raw_str_len ( CRString const *  a_this)