Method

FwupdJsonObjectget_keys

since: 2.1.1

Declaration [src]

GPtrArray*
fwupd_json_object_get_keys (
  FwupdJsonObject* self
)

Description [src]

Gets all the keys from a JSON object.

Available since: 2.1.1

This method is not directly available to language bindings.

Return value

Type: An array of GRefString*

An array of keys.

The caller of the method takes ownership of the returned data container, but not the data inside it.