get_apps_sync
Description:
[ Version ( deprecated = true , deprecated_since = "1.45" , since = "1.25" ) ]
public GenericArray<unowned App> get_apps_sync (GetAppsFlags flags, Cancellable? cancellable = null) throws Error
public GenericArray<unowned App> get_apps_sync (GetAppsFlags flags, Cancellable? cancellable = null) throws Error
Warning: get_apps_sync is deprecated since 1.45.
Get information on installed apps.
Note:
Use get_apps2_sync
Parameters:
this |
a Client. |
flags |
a set of GetAppsFlags to control what results are returned. |
cancellable |
a Cancellable or null. |
Returns:
an array of App or null on error. |