fo-string

fo-string —

Synopsis




struct      FoString;
struct      FoStringClass;
FoDatatype* fo_string_new                   (void);
gchar*      fo_string_get_value             (FoDatatype *string);
void        fo_string_set_value             (FoDatatype *string,
                                             const gchar *new_value);

Object Hierarchy


  GObject
   +----FoObject
         +----FoDatatype
               +----FoString

Properties


  "value"                gchararray           : Read / Write

Description

Details

struct FoString

struct FoString;


struct FoStringClass

struct FoStringClass;


fo_string_new ()

FoDatatype* fo_string_new                   (void);

Creates a new FoString initialized to default value.

Returns : the new FoString

fo_string_get_value ()

gchar*      fo_string_get_value             (FoDatatype *string);

string :
Returns :

fo_string_set_value ()

void        fo_string_set_value             (FoDatatype *string,
                                             const gchar *new_value);

string :
new_value :

Properties

"value" (gchararray : Read / Write)

String value.