libsoup-2.2 Reference Manual

Synopsis

public class SoapParameter {
    public    weak SoapParameter        get_first_child           (  ) ;
    public    weak SoapParameter        get_first_child_by_name   ( string              name ) ;
    public    int                       get_int_value             (  ) ;
    public    weak string               get_name                  (  ) ;
    public    weak SoapParameter        get_next_child            (  ) ;
    public    weak SoapParameter        get_next_child_by_name    ( string              name ) ;
    public    weak string               get_property              ( string              prop_name ) ;
    public    weak string               get_string_value          (  ) ;
}

SoapParameter Description

Details

Constructor Details

Field Details

Signal Details

Property Details

Method Details

get_first_child ()
    public    weak SoapParameter        get_first_child           (  ) ;		

get_first_child_by_name ()
    public    weak SoapParameter        get_first_child_by_name   ( string              name ) ;		

get_int_value ()
    public    int                       get_int_value             (  ) ;		

get_name ()
    public    weak string               get_name                  (  ) ;		

get_next_child ()
    public    weak SoapParameter        get_next_child            (  ) ;		

get_next_child_by_name ()
    public    weak SoapParameter        get_next_child_by_name    ( string              name ) ;		

get_property ()
    public    weak string               get_property              ( string              prop_name ) ;		

get_string_value ()
    public    weak string               get_string_value          (  ) ;		


Created by Valadoc