{'mode':(gobject.TYPE_STRING, 'mode', "Connection mode: 'pull' or 'pus
h'", 'pull', gobject.PARAM_READWRITE), 'host':(gobject.TYPE_STRING, 'h
ost', 'Name of the host to connect (in push mode)', 'localhost', gobje
ct.PARAM_READWRITE), 'port':(gobject.TYPE_INT, 'port', 'Connection por
t', 1, 64000, 15000, gobject.PARAM_READWRITE), 'username':(gobject.TYP
E_STRING, 'user name', 'Username for the authentication', 'user', gobj
ect.PARAM_READWRITE), 'password':(gobject.TYPE_STRING, 'password', 'Pa
ssword for the authentication', 'test', gobject.PARAM_READWRITE), 'ver
...
|