Top | ![]() |
![]() |
![]() |
![]() |
guint64 | download-size | Read / Write / Construct Only |
gchar * | end-of-life | Read / Write / Construct Only |
gchar * | end-of-life-rebase | Read / Write / Construct Only |
guint64 | installed-size | Read / Write / Construct Only |
GBytes * | metadata | Read / Write / Construct Only |
gchar * | remote-name | Read / Write / Construct Only |
A FlatpakRemoteRef provides information about an application or runtime (in short: ref) that is available from a remote repository.
const char *
flatpak_remote_ref_get_remote_name (FlatpakRemoteRef *self
);
Gets the remote name of the ref.
“download-size”
property “download-size” guint64
The download size of the application.
Flags: Read / Write / Construct Only
Default value: 0
“end-of-life”
property “end-of-life” gchar *
The reason for the ref to be end of life.
Flags: Read / Write / Construct Only
Default value: NULL
“end-of-life-rebase”
property “end-of-life-rebase” gchar *
The new ref for the end of lifeed ref.
Flags: Read / Write / Construct Only
Default value: NULL
“installed-size”
property “installed-size” guint64
The installed size of the application.
Flags: Read / Write / Construct Only
Default value: 0
“metadata”
property “metadata” GBytes *
The metadata info for the application.
Flags: Read / Write / Construct Only