Top | ![]() |
![]() |
![]() |
![]() |
#define LISTALLER_TYPE_UPDATER (listaller_updater_get_type ())
The type for ListallerUpdater.
void
listaller_updater_find_updates (ListallerUpdater *self
);
Find updates available for installed applications.
gboolean listaller_updater_apply_updates (ListallerUpdater *self
,GeeArrayList *update_list
);
Apply updates selected in update_list.
self |
the ListallerUpdater instance |
|
update_list |
. A list containing valid UpdateItems. |
[in] |
gboolean
listaller_updater_apply_updates_all (ListallerUpdater *self
);
Apply all available updates
ListallerUpdater *
listaller_updater_new (gboolean shared_mode
);
Create a new Listaller update manager
ListallerSetupSettings *
listaller_updater_get_settings (ListallerUpdater *self
);
Get and return the current value of the "settings" property.
void listaller_updater_set_settings (ListallerUpdater *self
,ListallerSetupSettings *value
);
Set the value of the "settings" property to value
.
self |
the ListallerUpdater instance to modify |
|
value |
the new value of the "settings" property |
GeeArrayList *
listaller_updater_get_available_updates
(ListallerUpdater *self
);
Get and return the current value of the "available-updates" property.
struct ListallerUpdater;
All necessary methods to keep installed applications up-to-date
This class allows installing updates for installed applications.
struct ListallerUpdaterClass { ListallerMessageObjectClass parent_class; };
The class structure for LISTALLER_TYPE_UPDATER
. All the fields in this structure are private and should never be accessed directly.
“update”
signalvoid user_function (ListallerUpdater *updater, ListallerUpdateItem *update, gpointer user_data)
updater |
the ListallerUpdater instance that received the signal |
|
update |
|
|
user_data |
user data set when the signal handler was connected. |
Flags: Run Last