![]() |
![]() |
![]() |
Listaller Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy |
#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;
#define LISTALLER_IPK_TYPE_CHANGELOG (listaller_ipk_changelog_get_type ())
The type for ListallerIPKChangelog.
gboolean listaller_ipk_changelog_open (ListallerIPKChangelog *self
,const gchar *fname
);
|
the ListallerIPKChangelog instance |
struct ListallerIPKChangelog;
Retrieve information from application changelogs
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 |
the parent class structure |