| Server IP : 23.254.227.96 / Your IP : 216.73.216.21 Web Server : Apache/2.4.62 (Unix) OpenSSL/1.1.1k System : Linux hwsrv-1277026.hostwindsdns.com 4.18.0-477.13.1.el8_8.x86_64 #1 SMP Tue May 30 14:53:41 EDT 2023 x86_64 User : viralblo ( 1001) PHP Version : 8.1.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib64/python3.6/site-packages/dbus/__pycache__/ |
Upload File : |
3
iR�V�
� @ sf d Z dgZddlmZ ddlZG dd� dejjejj�Z ddd�Z
d Ze dejejjfe
ed
��Z
dS )z6Support code for implementing D-Bus services via PyGI.�ExportedGObject� )�GObjectNc @ s e Zd ZdZdd� ZdS )�ExportedGObjectTypez�A metaclass which inherits from both GObjectMeta and
`dbus.service.InterfaceType`. Used as the metaclass for `ExportedGObject`.
c C s, t j jj| |||� tjjj| |||� d S )N)r � __class__�__init__�dbus�service�
InterfaceType)�cls�name�basesZdct� r
�"/usr/lib64/python3.6/gi_service.pyr , s zExportedGObjectType.__init__N)�__name__�
__module__�__qualname__�__doc__r r
r
r
r r ( s r c K sT |j dd�}|j dd�}|dk r*|j|� tjj| f|� tjjj| |||d� dS )a: Initialize an exported GObject.
:Parameters:
`conn` : dbus.connection.Connection
The D-Bus connection or bus
`object_path` : str
The object path at which to register this object.
:Keywords:
`bus_name` : dbus.service.BusName
A bus name to be held on behalf of this object, or None.
`gobject_properties` : dict
GObject properties to be set on the constructed object.
Any unrecognised keyword arguments will also be interpreted
as GObject properties.
�bus_nameN�gobject_properties)�conn�object_pathr )�pop�updater r r r �Object)�selfr r �kwargsr r r
r
r �ExportedGObject__init__1 s
r z)A GObject which is exported on the D-Bus.)r r )NN)r �__all__Z
gi.repositoryr Zdbus.servicer r r r r r ZExportedGObject__doc__r r r
r
r
r �<module> s