Devhelp.BookListDirectory¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
Virtual Methods¶
- Inherited:
Properties¶
Name |
Type |
Flags |
Short Description |
|---|---|---|---|
r/w/co |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
|---|---|---|---|
parent |
r |
Class Details¶
- class Devhelp.BookListDirectory(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new(directory)¶
- Parameters:
directory (
Gio.File) – theDevhelp.BookListDirectory:directory.- Returns:
a
Devhelp.BookListDirectoryfor directory.- Return type:
Returns a
Devhelp.BookListDirectoryfor directory.If a
Devhelp.BookListDirectoryinstance is still alive for directory (according toGio.File.equal()), the same instance is returned with the reference count increased by one, to avoid data duplication. If noDevhelp.BookListDirectoryinstance already exists for directory, this function returns a new instance with a reference count of one (so it’s the responsibility of the caller to keep the object alive if wanted, to avoid destroying and re-creating the sameDevhelp.BookListDirectoryrepeatedly).New in version 3.30.
- get_directory()¶
- Returns:
- Return type:
New in version 3.30.