DevdAppInfo

DevdAppInfo

Properties

char * commit-id Read / Write
char * id Read / Write
guint64 installed-size Read / Write
char * name Read / Write
char * provider Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── DevdAppInfo

Description

Functions

Types and Values

DEVD_TYPE_APP_INFO

#define DEVD_TYPE_APP_INFO (devd_app_info_get_type())

struct DevdAppInfoClass

struct DevdAppInfoClass {
  GObjectClass parent;
};

DevdAppInfo

typedef struct _DevdAppInfo DevdAppInfo;

Property Details

The “commit-id” property

  “commit-id”                char *

The commit id of the application if relevant to the provider.

Owner: DevdAppInfo

Flags: Read / Write

Default value: NULL


The “id” property

  “id”                       char *

The identifier for the application.

Owner: DevdAppInfo

Flags: Read / Write

Default value: NULL


The “installed-size” property

  “installed-size”           guint64

The size of the application, as installed.

Owner: DevdAppInfo

Flags: Read / Write

Default value: 0


The “name” property

  “name”                     char *

The name of the application.

Owner: DevdAppInfo

Flags: Read / Write

Default value: NULL


The “provider” property

  “provider”                 char *

The provider of the application.

Owner: DevdAppInfo

Flags: Read / Write

Default value: NULL