json-glib-1.0 Reference Manual

Synopsis

public class Generator : Object  {
    public    weak uint                 indent                    { get; set; } ;
    public    weak bool                 pretty                    { get; set; } ;
    public    weak Node                 root                      { get; set; } ;


    public                              Generator                 (  ) ;


    public    void                      set_root                  ( Node                node ) ;
    public    string                    to_data                   ( ulong               length ) ;
    public    bool                      to_file                   ( string              filename ) 
                                                             throws GLib.Error;
}

Generator Description

Details

Constructor Details

Generator ()
    public                              Generator                 (  ) ;		

Field Details

Signal Details

Property Details

indent
    public    weak uint                 indent                    { get; set; } ;		

pretty
    public    weak bool                 pretty                    { get; set; } ;		

root
    public    weak Node                 root                      { get; set; } ;		

Method Details

set_root ()
    public    void                      set_root                  ( Node                node ) ;		

to_data ()
    public    string                    to_data                   ( ulong               length ) ;		

to_file ()
    public    bool                      to_file                   ( string              filename ) 
                                                             throws GLib.Error;		


Created by Valadoc