ó
æö/Nc           @   s5   d  Z  d Z d d l m Z m Z e a d „  Z d S(   s.   GLib main loop integration using libdbus-glib.t   DBusGMainLoopt   threads_initiÿÿÿÿ(   R    t   gthreads_initc           C   s   t  s t ƒ  t a  n  d S(   s©   Initialize threads in dbus-glib, if this has not already been done.

    This must be called before creating a second thread in a program that
    uses this module.
    N(   t   _dbus_gthreads_initializedR   t   True(    (    (    s6   /usr/lib/python2.7/dist-packages/dbus/mainloop/glib.pyR       s    N(   s   DBusGMainLoops   threads_init(   t   __doc__t   __all__t   _dbus_glib_bindingsR    R   t   FalseR   R   (    (    (    s6   /usr/lib/python2.7/dist-packages/dbus/mainloop/glib.pyt   <module>   s   