Top | ![]() |
![]() |
![]() |
![]() |
gchar * | details | Read / Write |
ListallerErrorEnum | error | Read / Write |
gchar * | details | Read / Write |
ListallerMessageEnum | mtype | Read / Write |
gchar * | info | Read / Write |
ListallerStatusEnum | status | Read / Write |
gchar * | item-id | Read / Write |
ListallerProgressEnum | prog-type | Read / Write |
gint | value | Read / Write |
gchar * | architecture | Read / Write |
ListallerIPKChangelog * | changelog | Read / Write |
gboolean | completed | Read / Write |
GObject * | sw-new | Read / Write |
GObject * | sw-old | Read / Write |
GType * | sw-type | Read / Write |
struct | ListallerErrorItem |
struct | ListallerErrorItemClass |
struct | ListallerMessageItem |
struct | ListallerMessageItemClass |
struct | ListallerStatusItem |
struct | ListallerStatusItemClass |
struct | ListallerProgressItem |
struct | ListallerProgressItemClass |
struct | ListallerUpdateItem |
struct | ListallerUpdateItemClass |
enum | ListallerErrorEnum |
enum | ListallerStatusEnum |
enum | ListallerMessageEnum |
enum | ListallerProgressEnum |
GEnum ├── ListallerErrorEnum ├── ListallerMessageEnum ├── ListallerProgressEnum ╰── ListallerStatusEnum GObject ├── ListallerErrorItem ├── ListallerMessageItem ├── ListallerProgressItem ├── ListallerStatusItem ╰── ListallerUpdateItem
#define LISTALLER_TYPE_ERROR_ITEM (listaller_error_item_get_type ())
The type for ListallerErrorItem.
gchar *
listaller_error_item_to_string (ListallerErrorItem *self
);
ListallerErrorItem *
listaller_error_item_new (ListallerErrorEnum type
);
ListallerErrorEnum
listaller_error_item_get_error (ListallerErrorItem *self
);
Get and return the current value of the "error" property.
const gchar *
listaller_error_item_get_details (ListallerErrorItem *self
);
Get and return the current value of the "details" property.
#define LISTALLER_TYPE_MESSAGE_ITEM (listaller_message_item_get_type ())
The type for ListallerMessageItem.
gchar *
listaller_message_item_to_string (ListallerMessageItem *self
);
ListallerMessageItem *
listaller_message_item_new (ListallerMessageEnum type
);
ListallerMessageEnum
listaller_message_item_get_mtype (ListallerMessageItem *self
);
Get and return the current value of the "mtype" property.
const gchar *
listaller_message_item_get_details (ListallerMessageItem *self
);
Get and return the current value of the "details" property.
#define LISTALLER_TYPE_STATUS_ITEM (listaller_status_item_get_type ())
The type for ListallerStatusItem.
ListallerStatusItem *
listaller_status_item_new (ListallerStatusEnum type
);
ListallerStatusEnum
listaller_status_item_get_status (ListallerStatusItem *self
);
Get and return the current value of the "status" property.
const gchar *
listaller_status_item_get_info (ListallerStatusItem *self
);
Get and return the current value of the "info" property.
#define LISTALLER_TYPE_PROGRESS_ITEM (listaller_progress_item_get_type ())
The type for ListallerProgressItem.
ListallerProgressEnum
listaller_progress_item_get_prog_type (ListallerProgressItem *self
);
Get and return the current value of the "prog-type" property.
const gchar *
listaller_progress_item_get_item_id (ListallerProgressItem *self
);
Get and return the current value of the "item-id" property.
gint
listaller_progress_item_get_value (ListallerProgressItem *self
);
Get and return the current value of the "value" property.
#define LISTALLER_TYPE_UPDATE_ITEM (listaller_update_item_get_type ())
The type for ListallerUpdateItem.
GType
listaller_update_item_get_sw_type (ListallerUpdateItem *self
);
Get and return the current value of the "sw-type" property.
GObject *
listaller_update_item_get_sw_old (ListallerUpdateItem *self
);
Get and return the current value of the "sw-old" property.
GObject *
listaller_update_item_get_sw_new (ListallerUpdateItem *self
);
Get and return the current value of the "sw-new" property.
const gchar *
listaller_update_item_get_architecture
(ListallerUpdateItem *self
);
Get and return the current value of the "architecture" property.
ListallerIPKChangelog *
listaller_update_item_get_changelog (ListallerUpdateItem *self
);
Get and return the current value of the "changelog" property.
gboolean
listaller_update_item_get_completed (ListallerUpdateItem *self
);
Get and return the current value of the "completed" property.
gchar *
listaller_message_enum_to_string (ListallerMessageEnum self
);
struct ListallerErrorItemClass { GObjectClass parent_class; };
The class structure for LISTALLER_TYPE_ERROR_ITEM
. All the fields in this structure are private and should never be accessed directly.
struct ListallerMessageItemClass { GObjectClass parent_class; };
The class structure for LISTALLER_TYPE_MESSAGE_ITEM
. All the fields in this structure are private and should never be accessed directly.
struct ListallerStatusItemClass { GObjectClass parent_class; };
The class structure for LISTALLER_TYPE_STATUS_ITEM
. All the fields in this structure are private and should never be accessed directly.
struct ListallerProgressItemClass { GObjectClass parent_class; };
The class structure for LISTALLER_TYPE_PROGRESS_ITEM
. All the fields in this structure are private and should never be accessed directly.
struct ListallerUpdateItemClass { GObjectClass parent_class; };
The class structure for LISTALLER_TYPE_UPDATE_ITEM
. All the fields in this structure are private and should never be accessed directly.
“error”
property“error” ListallerErrorEnum
error.
Flags: Read / Write
Default value: LISTALLER_ERROR_ENUM_INVALID
“mtype”
property“mtype” ListallerMessageEnum
mtype.
Flags: Read / Write
Default value: LISTALLER_MESSAGE_ENUM_UNKNOWN
“status”
property“status” ListallerStatusEnum
status.
Flags: Read / Write
Default value: LISTALLER_STATUS_ENUM_UNKNOWN
“prog-type”
property“prog-type” ListallerProgressEnum
prog-type.
Flags: Read / Write
Default value: LISTALLER_PROGRESS_ENUM_MAIN_PROGRESS
“architecture”
property“architecture” gchar *
architecture.
Flags: Read / Write
Default value: NULL