Method

SnapdAutorefreshChangeDataget_refresh_forced

since: 1.65

Declaration [src]

GStrv
snapd_autorefresh_change_data_get_refresh_forced (
  SnapdAutorefreshChangeData* change_data
)

Description [src]

Returns the list of snaps that were inhibited for too long, and now are having a forced refresh.

Available since: 1.65

Return value

Type: An array of utf8

A GStrv with the snap names, or NULL if the property wasn’t defined.

The array is NULL-terminated.
Each element is a NUL terminated UTF-8 string.