LAC

Example of python handling of the Status DBus signal sent by frameworkd

#!/usr/bin/env python

import gobject
import dbus
from dbus.mainloop.glib import DBusGMainLoop

Example of python handling of the NetworkRegistrationChanged DBus signal sent by gnome-phone-manager

#!/usr/bin/env python

import gobject

Syndicate content