Home
last modified time | relevance | path

Searched refs:manager_file (Results 1 – 3 of 3) sorted by relevance

/dports/net-im/telepathy-glib/telepathy-glib-0.24.1/examples/client/
H A Dinspect-cm.c229 const gchar *cm_name, *manager_file; in main() local
255 manager_file = argv[2]; /* possibly NULL */ in main()
257 cm = tp_connection_manager_new (dbus, cm_name, manager_file, &error); in main()
/dports/net-im/telepathy-glib/telepathy-glib-0.24.1/telepathy-glib/
H A Dconnection-manager.c230 gchar *manager_file; member
1122 if (self->priv->manager_file != NULL && in tp_connection_manager_idle_read_manager_file()
1123 self->priv->manager_file[0] != '\0') in tp_connection_manager_idle_read_manager_file()
1137 self->name, self->priv->manager_file, in tp_connection_manager_idle_read_manager_file()
1252 if (self->priv->manager_file == NULL) in tp_connection_manager_constructor()
1254 self->priv->manager_file = in tp_connection_manager_constructor()
1311 g_free (self->priv->manager_file); in tp_connection_manager_finalize()
1353 g_value_set_string (value, self->priv->manager_file); in tp_connection_manager_get_property()
1377 g_free (self->priv->manager_file); in tp_connection_manager_set_property()
1390 self->priv->manager_file = in tp_connection_manager_set_property()
[all …]
/dports/science/py-abipy/abipy-0.9.0/abipy/scripts/
H A Dabirun.py852 new_manager = flowtk.TaskManager.from_file(options.manager_file)