Import line: | Soup = imports.gi.Soup; |
GIR File: | Soup-2.4.gir |
C documentation: | SoupPathMap |
Struct : | PathMap |
Show / Hide Inherited methods, properties and signals |
None |
Method / Constructor | Defined By | |
---|---|---|
Create a new Soup.PathMap
Create a new Soup.PathMap
|
||
Soup.PathMap | ||
free
()
:
none
Frees map and all data stored in it.
Frees map and all data stored in it.
|
Soup.PathMap | |
Finds the data associated with path in map.
Finds the data associated with path in map. If there is no data specifically associated with path, it will return the data for the closest parent directory of path that has data associated with it. data could be found for path or any of its ancestors.
|
Soup.PathMap | |
remove
(String path)
:
none
Removes data from map at path.
Removes data from map at path. (This must be called with the same path the data was originally added with, not a subdirectory.)
|
Soup.PathMap |
None |