FlatpakRemoteRef

FlatpakRemoteRef — Remote application reference

Functions

Properties

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

Types and Values

Object Hierarchy

    GObject
    ╰── FlatpakRef
        ╰── FlatpakRemoteRef

Description

A FlatpakRemoteRef provides information about an application or runtime (in short: ref) that is available from a remote repository.

Functions

flatpak_remote_ref_get_remote_name ()

const char *
flatpak_remote_ref_get_remote_name (FlatpakRemoteRef *self);

Gets the remote name of the ref.

Parameters

self

a FlatpakRemoteRef

 

Returns

the remote name.

[transfer none]

Types and Values

struct FlatpakRemoteRef

struct FlatpakRemoteRef;

Property Details

The “download-size” property

  “download-size”            guint64

The download size of the application.

Flags: Read / Write / Construct Only

Default value: 0


The “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


The “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


The “installed-size” property

  “installed-size”           guint64

The installed size of the application.

Flags: Read / Write / Construct Only

Default value: 0


The “metadata” property

  “metadata”                 GBytes *

The metadata info for the application.

Flags: Read / Write / Construct Only


The “remote-name” property

  “remote-name”              gchar *

The name of the remote.

Flags: Read / Write / Construct Only

Default value: NULL