PackageKitGlib.ClientHelper¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
||
priv |
r |
Class Details¶
- class PackageKitGlib.ClientHelper(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new()¶
- Returns:
a new
PackageKitGlib.ClientHelper
object.- Return type:
New in version 0.6.10.
- is_active()¶
-
New in version 1.1.13.
- start(socket_filename, argv, envp)¶
- Parameters:
- Raises:
- Returns:
True
for success- Return type:
Starts the helper process, by running the helper process and setting up the socket for use.
New in version 0.6.10.
- start_with_socket(socket, argv, envp)¶
- Parameters:
socket (
Gio.Socket
) – the (bound and listening)Gio.Socket
instance to useargv (
str
) – the executable, along with any argumentsenvp (
str
) – the environment
- Raises:
- Returns:
True
for success- Return type:
Starts the helper process, by running the helper process and setting up the socket for use.
New in version 1.1.13.