Home
last modified time | relevance | path

Searched refs:spice_uri_get_password (Results 1 – 6 of 6) sorted by relevance

/dports/deskutils/spice-gtk/spice-gtk-0.37/src/
H A Dspice-uri.h63 const gchar* spice_uri_get_password(SpiceURI* uri);
H A Dspice-glib-sym-file135 spice_uri_get_password
H A Dspice-uri.c335 g_value_set_string(value, spice_uri_get_password(self)); in spice_uri_get_property()
508 const gchar* spice_uri_get_password(SpiceURI *self) in spice_uri_get_password() function
H A Dmap-file156 spice_uri_get_password;
H A Dspice-session.c2131 spice_uri_get_password(open_host->proxy)); in proxy_lookup_ready()
/dports/deskutils/spice-gtk/spice-gtk-0.37/tests/
H A Duri.c63 g_assert_cmpstr(spice_uri_get_password(uri), ==, valid_test_cases[i].password); in test_spice_uri_good()