Ejemplo n.º 1
0
    def __init__(self):
        Gtk.ListStore.__init__(self, GObject.TYPE_PYOBJECT, str, str, int, str, int)

        self._recstore = DVBRecordingsStoreClient()
        self._recstore.connect("changed", self._on_changed)

        self._fill()