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š ã@sfdZdgZddlmZddlZGdd„dejjejjƒZ d dd„Z d Z e dejejj fe e d œƒZ dS) z6Support code for implementing D-Bus services via PyGI.ÚExportedGObjecté)ÚGObjectNc@seZdZdZdd„ZdS)ÚExportedGObjectTypezˆA metaclass which inherits from both GObjectMeta and `dbus.service.InterfaceType`. Used as the metaclass for `ExportedGObject`. cCs,tjjj||||ƒtjjj||||ƒdS)N)rÚ __class__Ú__init__ÚdbusÚserviceÚ InterfaceType)ÚclsÚnameÚbasesZdct©r ú"/usr/lib64/python3.6/gi_service.pyr,szExportedGObjectType.__init__N)Ú__name__Ú __module__Ú __qualname__Ú__doc__rr r r rr(srcKsT|jddƒ}|jddƒ}|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ÚupdaterrrrÚObject)ÚselfrrÚkwargsrrr r rÚExportedGObject__init__1s    rz)A GObject which is exported on the D-Bus.)rr)NN)rÚ__all__Z gi.repositoryrZ dbus.servicerrrr rrZExportedGObject__doc__rrr r r rÚs