Thunarx.ProviderModule¶
- Subclasses:
None
Methods¶
- Inherited:
GObject.TypeModule (7), GObject.Object (37), GObject.TypePlugin (4), Thunarx.ProviderPlugin (6)
- Structs:
class |
|
|
Virtual Methods¶
Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class Thunarx.ProviderModule(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new(filename)¶
- Parameters:
filename (
str
) – the name of the library file.- Returns:
the newly allocated
Thunarx.ProviderModule
.- Return type:
Allocates a new
Thunarx.ProviderModule
for filename.
- list_types(types, n_types)¶
- Parameters:
types (
GObject.GType
) – return location for theGObject.GType
array pointer.n_types (
int
) – return location for the number of types.
Determines the
GObject.GType
<!—->s provided by self and returns them in types and n_types.