ListallerIPKChangelog

ListallerIPKChangelog — Retrieve information from application changelogs

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── ListallerIPKChangelog

Description

Functions

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);

Parameters

self

the ListallerIPKChangelog instance

 

fname

 

 

listaller_ipk_changelog_new ()

ListallerIPKChangelog *
listaller_ipk_changelog_new (void);

Types and Values

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.

Members

GObjectClass parent_class;

the parent class structure