Top | ![]() |
![]() |
![]() |
![]() |
FwupdRemoteKind | fwupd_remote_kind_from_string () |
const gchar * | fwupd_remote_kind_to_string () |
FwupdRemote * | fwupd_remote_new () |
const gchar * | fwupd_remote_get_id () |
const gchar * | fwupd_remote_get_filename () |
const gchar * | fwupd_remote_get_filename_asc () |
const gchar * | fwupd_remote_get_username () |
const gchar * | fwupd_remote_get_password () |
const gchar * | fwupd_remote_get_filename_cache () |
const gchar * | fwupd_remote_get_filename_cache_sig () |
const gchar * | fwupd_remote_get_firmware_base_uri () |
const gchar * | fwupd_remote_get_metadata_uri () |
const gchar * | fwupd_remote_get_metadata_uri_sig () |
gboolean | fwupd_remote_get_enabled () |
gint | fwupd_remote_get_priority () |
guint64 | fwupd_remote_get_age () |
FwupdRemoteKind | fwupd_remote_get_kind () |
FwupdKeyringKind | fwupd_remote_get_keyring_kind () |
gchar * | fwupd_remote_build_firmware_uri () |
SoupURI * | fwupd_remote_build_uri () |
SoupURI * | fwupd_remote_get_uri () |
SoupURI * | fwupd_remote_get_uri_asc () |
FwupdRemoteKind
fwupd_remote_kind_from_string (const gchar *kind
);
Converts an printable string to an enumerated type.
Since: 0.9.6
const gchar *
fwupd_remote_kind_to_string (FwupdRemoteKind kind
);
Converts an enumerated type to a printable string.
Since: 0.9.6
const gchar *
fwupd_remote_get_id (FwupdRemote *self
);
Gets the remote ID, e.g. "lvfs-testing".
Since: 0.9.3
const gchar *
fwupd_remote_get_filename_cache (FwupdRemote *self
);
Gets the path and filename that the remote is using for a cache.
Since: 0.9.6
const gchar *
fwupd_remote_get_filename_cache_sig (FwupdRemote *self
);
Gets the path and filename that the remote is using for a signature cache.
Since: 0.9.7
const gchar *
fwupd_remote_get_firmware_base_uri (FwupdRemote *self
);
Gets the base URI for firmware.
Since: 0.9.7
const gchar *
fwupd_remote_get_metadata_uri (FwupdRemote *self
);
Gets the URI for the remote metadata.
Since: 0.9.7
const gchar *
fwupd_remote_get_metadata_uri_sig (FwupdRemote *self
);
Gets the URI for the remote metadata signature.
Since: 0.9.7
gboolean
fwupd_remote_get_enabled (FwupdRemote *self
);
Gets if the remote is enabled and should be used.
Since: 0.9.3
gint
fwupd_remote_get_priority (FwupdRemote *self
);
Gets the priority of the remote, where bigger numbers are better.
Since: 0.9.5
guint64
fwupd_remote_get_age (FwupdRemote *self
);
Gets the age of the remote in seconds.
Since: 0.9.5
FwupdRemoteKind
fwupd_remote_get_kind (FwupdRemote *self
);
Gets the kind of the remote.
Since: 0.9.6
FwupdKeyringKind
fwupd_remote_get_keyring_kind (FwupdRemote *self
);
Gets the keyring kind of the remote.
Since: 0.9.7
gchar * fwupd_remote_build_firmware_uri (FwupdRemote *self
,const gchar *url
,GError **error
);
Builds a URI for the URL using the username and password set for the remote, including any basename URI substitution.
Since: 0.9.7
SoupURI * fwupd_remote_build_uri (FwupdRemote *self
,const gchar *url
,GError **error
);
Builds a URI for the URL using the username and password set for the remote, including any basename URI substitution.
Since: 0.9.3
SoupURI *
fwupd_remote_get_uri (FwupdRemote *self
);
fwupd_remote_get_uri
is deprecated and should not be used in newly-written code.
Gets the URI for the remote metadata.
Since: 0.9.3
SoupURI *
fwupd_remote_get_uri_asc (FwupdRemote *self
);
fwupd_remote_get_uri_asc
is deprecated and should not be used in newly-written code.
Gets the URI for the remote signature.
Since: 0.9.3