PartIter
Object Hierarchy:
Description:
[ CCode ( copy_function = "g_boxed_copy" , free_function = "g_boxed_free" , type_id = "g_mime_part_iter_get_type ()" ) ]
[ Compact ]
public class PartIter
Content:
Creation methods:
Methods:
- public PartIter clone ()
Clones the this, including its current
state.
- public void free ()
- public unowned Object get_current ()
Gets the
Object at the current PartIter position.
- public unowned Object get_parent ()
Gets the parent of the
Object at the current PartIter position.
- public string get_path ()
Gets the path of the current
Object in the MIME structure used to initialize
this.
- public unowned Object get_toplevel ()
Gets the toplevel
Object used to initialize this.
- public bool is_valid ()
Checks that the current state of this is
valid.
- public bool jump_to (string path)
Updates the state of this to point to the
Object specified by path
.
- public bool next ()
Advances to the next part in the MIME structure used to initialize
this.
- public bool prev ()
Rewinds to the previous part in the MIME structure used to initialize
this.
- public bool remove ()
Removes the
Object at the current position from its parent.
- public bool replace (Object replacement)
Replaces the
Object at the current position with replacement
.
- public void reset ()
Resets the state of this to its initial
state.