Class
FwupdJcatFile
Instance methods
fwupd_jcat_file_get_item_by_id
Finds the item with the specified ID, falling back to the ID alias if set.
since: 2.1.3
fwupd_jcat_file_get_item_default
Finds the default item. If more than one FwupdJcatItem exists this function will
return with an error.
since: 2.1.3
fwupd_jcat_file_get_version_major
Returns the major version number of the FwupdJcat specification.
since: 2.1.3
fwupd_jcat_file_get_version_minor
Returns the minor version number of the FwupdJcat specification.
since: 2.1.3
Methods inherited from FwupdCodec (8)
fwupd_codec_add_string
Converts an object that implements FwupdCodec to a debug string, appending it to str.
since: 2.0.0
fwupd_codec_from_json
Converts an object that implements FwupdCodec from a JSON object.
since: 2.0.0
fwupd_codec_from_json_string
Converts an object that implements FwupdCodec from a JSON string.
since: 2.0.0
fwupd_codec_from_variant
Converts an object that implements FwupdCodec from a GVariant value.
since: 2.0.0
fwupd_codec_to_json
Converts an object that implements FwupdCodec to a JSON builder object.
since: 2.0.0
fwupd_codec_to_json_string
Converts an object that implements FwupdCodec to a JSON string.
since: 2.0.0
fwupd_codec_to_string
Converts an object that implements FwupdCodec to a debug string.
since: 2.0.0
fwupd_codec_to_variant
Converts an object that implements FwupdCodec to a GVariant.
since: 2.0.0
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.