ListallerIPKChangelog

ListallerIPKChangelog — Retrieve information from application changelogs

Synopsis

#define             LISTALLER_IPK_TYPE_CHANGELOG
gboolean            listaller_ipk_changelog_open        (ListallerIPKChangelog *self,
                                                         const gchar *fname);
ListallerIPKChangelog * listaller_ipk_changelog_new     (void);
struct              ListallerIPKChangelog;
struct              ListallerIPKChangelogClass;

Object Hierarchy

  GObject
   +----ListallerIPKChangelog

Description

Details

LISTALLER_IPK_TYPE_CHANGELOG

#define LISTALLER_IPK_TYPE_CHANGELOG (listaller_ipk_changelog_get_type ())

The type for ListallerIPKChangelog.


listaller_ipk_changelog_open ()

gboolean            listaller_ipk_changelog_open        (ListallerIPKChangelog *self,
                                                         const gchar *fname);

self :

the ListallerIPKChangelog instance

listaller_ipk_changelog_new ()

ListallerIPKChangelog * listaller_ipk_changelog_new     (void);

struct ListallerIPKChangelog

struct ListallerIPKChangelog;

Retrieve information from application changelogs


struct ListallerIPKChangelogClass

struct ListallerIPKChangelogClass {
	GObjectClass parent_class;
};

The class structure for LISTALLER_IPK_TYPE_CHANGELOG. All the fields in this structure are private and should never be accessed directly.

GObjectClass parent_class;

the parent class structure