libsoup-2.2 Reference Manual

Synopsis

public class XmlrpcValue {
    public    bool                      array_get_iterator        ( weak XmlrpcValueArrayIterator iter ) ;
    public    void                      dump                      (  ) ;
    public    bool                      get_base64                ( weak GLib.ByteArray data ) ;
    public    bool                      get_boolean               ( bool                b ) ;
    public    bool                      get_datetime              ( ulong               timeval ) ;
    public    bool                      get_double                ( double              b ) ;
    public    bool                      get_int                   ( long                i ) ;
    public    bool                      get_string                ( weak string         str ) ;
    public    bool                      get_struct                ( GLib.HashTable      table ) ;
}

XmlrpcValue Description

Details

Constructor Details

Field Details

Signal Details

Property Details

Method Details

array_get_iterator ()
    public    bool                      array_get_iterator        ( weak XmlrpcValueArrayIterator iter ) ;		

dump ()
    public    void                      dump                      (  ) ;		

get_base64 ()
    public    bool                      get_base64                ( weak GLib.ByteArray data ) ;		

get_boolean ()
    public    bool                      get_boolean               ( bool                b ) ;		

get_datetime ()
    public    bool                      get_datetime              ( ulong               timeval ) ;		

get_double ()
    public    bool                      get_double                ( double              b ) ;		

get_int ()
    public    bool                      get_int                   ( long                i ) ;		

get_string ()
    public    bool                      get_string                ( weak string         str ) ;		

get_struct ()
    public    bool                      get_struct                ( GLib.HashTable      table ) ;		


Created by Valadoc