XApp.FavoriteInfo¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
cached_mimetype |
r/w |
The mimetype calculated for the uri when it was added to favorites. |
|
display_name |
r/w |
The name for use when displaying the item. This may not exactly match the filename if there are files with the same name but in different folders. |
|
uri |
r/w |
The uri to the favorite file. |
Methods¶
|
|
|
Details¶
- class XApp.FavoriteInfo¶
Information related to a single favorite file.
- copy()¶
- Returns:
a new
XApp.FavoriteInfo
. Free usingXApp.FavoriteInfo.free
.- Return type:
Makes an exact copy of an existing
XApp.FavoriteInfo
.
- free()¶
Destroys the
XApp.FavoriteInfo
.New in version 2.0.