PkUpdateDetail

PkUpdateDetail — UpdateDetail object

Synopsis

struct              PkUpdateDetail;
struct              PkUpdateDetailClass;
PkUpdateDetail *    pk_update_detail_new                (void);

Object Hierarchy

  GObject
   +----PkSource
         +----PkUpdateDetail

Properties

  "bugzilla-url"             gchar*                : Read / Write
  "changelog"                gchar*                : Read / Write
  "cve-url"                  gchar*                : Read / Write
  "issued"                   gchar*                : Read / Write
  "obsoletes"                gchar*                : Read / Write
  "package-id"               gchar*                : Read / Write
  "restart"                  guint                 : Read / Write
  "state"                    guint                 : Read / Write
  "update-text"              gchar*                : Read / Write
  "updated"                  gchar*                : Read / Write
  "updates"                  gchar*                : Read / Write
  "vendor-url"               gchar*                : Read / Write

Description

This GObject represents a update_detail from a transaction. These objects represent single items of data from the transaction, and are often present in lists (PkResults) or just refcounted in client programs.

Details

struct PkUpdateDetail

struct PkUpdateDetail;

struct PkUpdateDetailClass

struct PkUpdateDetailClass {
	PkSourceClass parent_class;
	/* padding for future expansion */
	void (*_pk_reserved1) (void);
	void (*_pk_reserved2) (void);
	void (*_pk_reserved3) (void);
	void (*_pk_reserved4) (void);
	void (*_pk_reserved5) (void);
};

pk_update_detail_new ()

PkUpdateDetail *    pk_update_detail_new                (void);

Returns :

a new PkUpdateDetail object.

Since 0.5.4

Property Details

The "bugzilla-url" property

  "bugzilla-url"             gchar*                : Read / Write

Default value: NULL

Since 0.5.4


The "changelog" property

  "changelog"                gchar*                : Read / Write

Default value: NULL

Since 0.5.4


The "cve-url" property

  "cve-url"                  gchar*                : Read / Write

Default value: NULL

Since 0.5.4


The "issued" property

  "issued"                   gchar*                : Read / Write

Default value: NULL

Since 0.5.4


The "obsoletes" property

  "obsoletes"                gchar*                : Read / Write

Default value: NULL

Since 0.5.4


The "package-id" property

  "package-id"               gchar*                : Read / Write

Default value: NULL

Since 0.5.4


The "restart" property

  "restart"                  guint                 : Read / Write

Default value: 0

Since 0.5.4


The "state" property

  "state"                    guint                 : Read / Write

Default value: 0

Since 0.5.4


The "update-text" property

  "update-text"              gchar*                : Read / Write

Default value: NULL

Since 0.5.4


The "updated" property

  "updated"                  gchar*                : Read / Write

Default value: NULL

Since 0.5.4


The "updates" property

  "updates"                  gchar*                : Read / Write

Default value: NULL

Since 0.5.4


The "vendor-url" property

  "vendor-url"               gchar*                : Read / Write

Default value: NULL

Since 0.5.4