ParamList
Object Hierarchy:
Description:
[ CCode ( type_id = "g_mime_param_list_get_type ()" ) ]
public class ParamList : Object
A list of Content-Type or Content-Disposition parameters.
Content:
Static methods:
Creation methods:
Methods:
- public void clear ()
Clears the list of parameters.
- public void encode (FormatOptions options, bool fold, StringBuilder str)
Encodes the parameter list into str
, folding lines if
required.
- public unowned Param get_parameter (string name)
Gets the Param with the
given name
.
- public unowned Param get_parameter_at (int index)
Gets the Param at the
specified index
.
- public int length ()
Gets the length of the list.
- public bool remove (string name)
Removes a parameter from the ParamList.
- public bool remove_at (int index)
Removes a Param from the
ParamList at the specified index.
- public void set_parameter (string name, string value)
Sets the specified parameter to value
.
Inherited Members:
All known members inherited from class GLib.Object
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref