Name

org.opensuse.Agama.Software1

Methods

ListPatterns       (IN  b           Filtered,
                    OUT a{s(sssss)} Result);
AddPattern         (IN  s           id,
                    OUT b           result);
RemovePattern      (IN  s           id,
                    OUT b           result);
SetUserPatterns    (IN  as          ids,
                    OUT as          wrong);
ProvisionsSelected (IN  as          Provisions,
                    OUT ab          Result);
IsPackageInstalled (IN  s           Name,
                    OUT b           Result);
IsPackageAvailable (IN  s           name,
                    OUT b           result);
UsedDiskSpace      (OUT s           SpaceSize);
Probe              ();
Propose            ();
Install            ();
Finish             ();

Properties

SelectedPatterns  readable   a{sy}

Description

Method Details

The ListPatterns() method

ListPatterns (IN  b           Filtered,
              OUT a{s(sssss)} Result);

IN b Filtered:

OUT a{s(sssss)} Result:

The AddPattern() method

AddPattern (IN  s id,
            OUT b result);

IN s id:

OUT b result:

The RemovePattern() method

RemovePattern (IN  s id,
               OUT b result);

IN s id:

OUT b result:

The SetUserPatterns() method

SetUserPatterns (IN  as ids,
                 OUT as wrong);

IN as ids:

OUT as wrong:

The ProvisionsSelected() method

ProvisionsSelected (IN  as Provisions,
                    OUT ab Result);

IN as Provisions:

OUT ab Result:

The IsPackageInstalled() method

IsPackageInstalled (IN  s Name,
                    OUT b Result);

IN s Name:

OUT b Result:

The IsPackageAvailable() method

IsPackageAvailable (IN  s name,
                    OUT b result);

IN s name:

OUT b result:

The UsedDiskSpace() method

UsedDiskSpace (OUT s SpaceSize);

OUT s SpaceSize:

The Probe() method

Probe ();

The Propose() method

Propose ();

The Install() method

Install ();

The Finish() method

Finish ();

Property Details

The "SelectedPatterns" property

SelectedPatterns  readable   a{sy}