PkUpdateDetail

PkUpdateDetail — UpdateDetail object

Synopsis

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

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 {
	 PkSource		 parent;
	 PkUpdateDetailPrivate *priv;
};


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


PkUpdateDetailPrivate

typedef struct _PkUpdateDetailPrivate PkUpdateDetailPrivate;

Private PkUpdateDetail data