~evfool/sessioninstaller/fix790500

« back to all changes in this revision

Viewing changes to sessioninstaller/core.py

  • Committer: sebi at glatzor
  • Date: 2010-07-03 07:05:23 UTC
  • Revision ID: sebi@glatzor.de-20100703070523-hknhfp79l1d1leo8
Fix a copy and paste type in the documentation

Show diffs side-by-side

added added

removed removed

Lines of Context:
604
604
        Keyword arguments:
605
605
        xid -- the window id of the requesting application
606
606
        files -- the list of package file paths
607
 
        interaction -- the interaction mode: which ui elements shoudl be
 
607
        interaction -- the interaction mode: which ui elements should be
608
608
                       shown e.g. hide-finished or hide-confirm-search
609
609
        """
610
610
        log.info("InstallPackageFiles was called: %s, %s, %s", xid, files,
675
675
        Keyword arguments:
676
676
        xid -- the window id of the requesting application
677
677
        files -- the list of package file paths
678
 
        interaction -- the interaction mode: which ui elements shoudl be
 
678
        interaction -- the interaction mode: which ui elements should be
679
679
                       shown e.g. hide-finished or hide-confirm-search
680
680
        """
681
681
        log.info("InstallProvideFiles() was called: %s, %s, %s", xid, files,
703
703
        Keyword arguments:
704
704
        xid -- the window id of the requesting application
705
705
        files -- the list of catalog file paths
706
 
        interaction -- the interaction mode: which ui elements shoudl be
 
706
        interaction -- the interaction mode: which ui elements should be
707
707
                       shown e.g. hide-finished or hide-confirm-search
708
708
        """
709
709
        log.info("InstallCatalogs() was called: %s, %s, %s", xid, files,
829
829
        Keyword arguments:
830
830
        xid -- the window id of the requesting application
831
831
        packages -- the list of package names
832
 
        interaction -- the interaction mode: which ui elements shoudl be
 
832
        interaction -- the interaction mode: which ui elements should be
833
833
                       shown e.g. hide-finished or hide-confirm-search
834
834
        """
835
835
        log.info("InstallPackageNames() was called: %s, %s, %s", xid, packages,
878
878
        Keyword arguments:
879
879
        xid -- the window id of the requesting application
880
880
        mime_types -- list of mime types whose handlers should be installed
881
 
        interaction -- the interaction mode: which ui elements shoudl be
 
881
        interaction -- the interaction mode: which ui elements should be
882
882
                       shown e.g. hide-finished or hide-confirm-search
883
883
        """
884
884
        log.info("InstallMimeTypes() was called: %s, %s, %s", xid, mime_types,
1016
1016
        xid -- the window id of the requesting application
1017
1017
        resources -- a list of printer model descriptors in IEEE 1284
1018
1018
               Device ID format e.g. "MFG:Hewlett-Packard" "MDL:HP LaserJet6MP"
1019
 
        interaction -- the interaction mode: which ui elements shoudl be
 
1019
        interaction -- the interaction mode: which ui elements should be
1020
1020
               shown e.g. hide-finished or hide-confirm-search
1021
1021
        """
1022
1022
        log.info("InstallPrinterDrivers() was called: %s, %s, %s", xid,
1045
1045
        Keyword arguments:
1046
1046
        xid -- the window id of the requesting application
1047
1047
        resources -- list of fontconfig resources (usually fonts)
1048
 
        interaction -- the interaction mode: which ui elements shoudl be
 
1048
        interaction -- the interaction mode: which ui elements should be
1049
1049
                       shown e.g. hide-finished or hide-confirm-search
1050
1050
        """
1051
1051
        log.info("InstallFontconfigResources() was called: %s, %s, %s", xid,
1075
1075
        xid -- the window id of the requesting application
1076
1076
        resources -- list of GStreamer structures, e.g.
1077
1077
                     "gstreamer0.10(decoder-video/x-wmv)(wmvversion=3)"
1078
 
        interaction -- the interaction mode: which ui elements shoudl be
 
1078
        interaction -- the interaction mode: which ui elements should be
1079
1079
                       shown e.g. hide-finished or hide-confirm-search
1080
1080
        """
1081
1081
        log.info("InstallGstreamerResources() was called: %s, %s, %s", xid,
1316
1316
        Keyword arguments:
1317
1317
        xid -- the window id of the requesting application
1318
1318
        files -- the list of file paths
1319
 
        interaction -- the interaction mode: which ui elements shoudl be
 
1319
        interaction -- the interaction mode: which ui elements should be
1320
1320
                       shown e.g. hide-finished or hide-confirm-search
1321
1321
        """
1322
1322
        log.info("RemovePackageByFiles() was called: %s, %s, %s", xid, files,