Warning: session_start(): Session cannot be started after headers have already been sent in /home/tvrreohg/public_html/manga.php on line 13
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 Ú s