Devhelp.BookListDirectory

g Devhelp.BookList Devhelp.BookList Devhelp.BookListDirectory Devhelp.BookListDirectory Devhelp.BookList->Devhelp.BookListDirectory GObject.Object GObject.Object GObject.Object->Devhelp.BookList

Subclasses:

None

Methods

Inherited:

Devhelp.BookList (5), GObject.Object (37)

Structs:

GObject.ObjectClass (5)

class

new (directory)

get_directory ()

Virtual Methods

Inherited:

Devhelp.BookList (3), GObject.Object (7)

Properties

Name

Type

Flags

Short Description

directory

Gio.File

r/w/co

Signals

Inherited:

Devhelp.BookList (2), GObject.Object (1)

Fields

Inherited:

Devhelp.BookList (2), GObject.Object (1)

Name

Type

Access

Description

parent

Devhelp.BookList

r

Class Details

class Devhelp.BookListDirectory(**kwargs)
Bases:

Devhelp.BookList

Abstract:

No

Structure:

Devhelp.BookListDirectoryClass

classmethod new(directory)
Parameters:

directory (Gio.File) – the Devhelp.BookListDirectory :directory.

Returns:

a Devhelp.BookListDirectory for directory.

Return type:

Devhelp.BookListDirectory

Returns a Devhelp.BookListDirectory for directory.

If a Devhelp.BookListDirectory instance is still alive for directory (according to Gio.File.equal()), the same instance is returned with the reference count increased by one, to avoid data duplication. If no Devhelp.BookListDirectory instance 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 same Devhelp.BookListDirectory repeatedly).

New in version 3.30.

get_directory()
Returns:

the Devhelp.BookListDirectory :directory.

Return type:

Gio.File

New in version 3.30.

Property Details

Devhelp.BookListDirectory.props.directory
Name:

directory

Type:

Gio.File

Default Value:

None

Flags:

READABLE, WRITABLE, CONSTRUCT_ONLY

The directory, as a Gio.File, containing a set of Devhelp books.

New in version 3.30.