get_apps_async
Description:
[ Version ( deprecated = true , deprecated_since = "1.45" , since = "1.25" ) ]
public async GenericArray<unowned App> get_apps_async (GetAppsFlags flags, Cancellable? cancellable) throws Error
public async GenericArray<unowned App> get_apps_async (GetAppsFlags flags, Cancellable? cancellable) throws Error
Warning: get_apps_async is deprecated since 1.45.
Asynchronously get information on installed apps.
Note:
Use get_apps2_async
See get_apps_sync for more information.
Parameters:
this |
a Client. |
flags |
a set of GetAppsFlags to control what results are returned. |
cancellable |
a Cancellable or null. |
callback |
a TaskReadyCallback to call when the request is satisfied. |
user_data |
the data to pass to callback function. |