packages_apply


Description:

public int packages_apply (HashTable<string,void> packages_to_install, HashTable<string,void> packages_to_remove, HashTable<string,void> packages_to_exclude, int timeout, DBusApt1Signal stdout_callback, DBusApt1Signal stderr_callback, int exit_code)

Parameters:

this

AlteratorGlib instance

packages_to_install

Hash table with packages to install

packages_to_remove

Hash table with packages to remove

packages_to_exclude

Hash table with packages excluded from the list of manually installed ones

timeout

Timeout

stdout_callback

Callback called for each line of stdout

stderr_callback

Callback called for each line of stderr

exit_code

Pointer to store exit code

stderr_user_data

Stderr user_data

stdout_user_data

Stdout user_data