ObservedPath
Object Hierarchy:
Description:
[
CCode ( type_id =
"ibus_observed_path_get_type ()" ) ]
public class ObservedPath :
Serializable
IBusObservedPath provides methods for file path manipulation, such as monitor modification, directory tree traversal.
Content:
Creation methods:
Methods:
- public bool check_modification ()
Checks whether the path is modified by comparing the mtime in object and
mtime in file system.
- public void output (StringBuilder output, int indent)
Append the observed path to a string with following format: <path mtime="
<i>modified time</i>" ><i>path</i></path>
- public List<ObservedPath> traverse (bool dir_only)
Recursively traverse the path and put the files and subdirectory in to a
newly allocated GLists, if the this is a directory.
Fields:
Inherited Members:
All known members inherited from class IBus.Serializable
All known members inherited from class IBus.Object
All known members inherited from class GLib.Object