Top |
const gchar * | spice_uri_get_scheme () |
void | spice_uri_set_scheme () |
const gchar * | spice_uri_get_hostname () |
void | spice_uri_set_hostname () |
guint | spice_uri_get_port () |
void | spice_uri_set_port () |
const gchar * | spice_uri_get_user () |
void | spice_uri_set_user () |
const gchar * | spice_uri_get_password () |
void | spice_uri_set_password () |
gchar * | spice_uri_to_string () |
const gchar *
spice_uri_get_scheme (SpiceURI *uri
);
Gets uri
's scheme.
Since: 0.24
void spice_uri_set_scheme (SpiceURI *uri
,const gchar *scheme
);
Sets uri
's scheme to scheme
.
Since: 0.24
const gchar *
spice_uri_get_hostname (SpiceURI *uri
);
Gets uri
's hostname.
Since: 0.24
void spice_uri_set_hostname (SpiceURI *uri
,const gchar *hostname
);
Sets uri
's hostname to hostname
.
Since: 0.24
void spice_uri_set_port (SpiceURI *uri
,guint port
);
Sets uri
's port to port
.
Since: 0.24
const gchar *
spice_uri_get_user (SpiceURI *uri
);
Gets uri
's user.
Since: 0.24
void spice_uri_set_user (SpiceURI *uri
,const gchar *user
);
Sets uri
's user to user
.
Since: 0.24
const gchar *
spice_uri_get_password (SpiceURI *uri
);
Gets uri
's password.
Since: 0.24
void spice_uri_set_password (SpiceURI *uri
,const gchar *password
);
Sets uri
's password to password
.
Since: 0.24
typedef struct _SpiceURIClass SpiceURIClass;
The SpiceURIClass struct is opaque and cannot be accessed directly. It is class structure for SpiceURI.
typedef struct _SpiceURI SpiceURI;
The SpiceURI struct is opaque and cannot be accessed directly.