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_title () |
const gchar * | fwupd_remote_get_agreement () |
const gchar * | fwupd_remote_get_checksum () |
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_filename_source () |
const gchar * | fwupd_remote_get_firmware_base_uri () |
const gchar * | fwupd_remote_get_report_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 () |
An object that represents a source of metadata that provides firmware.
See also: FwupdClient
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_title (FwupdRemote *self
);
Gets the remote title, e.g. Linux Vendor Firmware Service
.
Since: 0.9.8
const gchar *
fwupd_remote_get_agreement (FwupdRemote *self
);
Gets the remote agreement in AppStream markup format
Since: 1.0.7
const gchar *
fwupd_remote_get_checksum (FwupdRemote *self
);
Gets the remote checksum.
Since: 1.0.0
const gchar *
fwupd_remote_get_username (FwupdRemote *self
);
Gets the username configured for the remote.
Since: 0.9.5
const gchar *
fwupd_remote_get_password (FwupdRemote *self
);
Gets the password configured for the remote.
Since: 0.9.5
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_filename_source (FwupdRemote *self
);
Gets the path and filename of the remote itself, typically a .conf
file.
Since: 0.9.8
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_report_uri (FwupdRemote *self
);
Gets the URI for the remote reporting.
Since: 1.0.4
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