java_stubs/javaregistry/clientserver/client/inc/writeablejavaregistrypackageentry.h
changeset 79 2f468c1958d0
parent 0 3fd91c96c86c
equal deleted inserted replaced
76:4ad59aaee882 79:2f468c1958d0
   362      * @since S60 v5.0
   362      * @since S60 v5.0
   363      *
   363      *
   364      */
   364      */
   365     IMPORT_C virtual void SerializeAttributesL();
   365     IMPORT_C virtual void SerializeAttributesL();
   366 
   366 
       
   367     /**
       
   368      * CWriteableJavaRegistryPackageEntry::UsedUserDiskSpace gets the
       
   369      * amount of disk space taken by the installed application.
       
   370      *
       
   371      * @since S60 v5.1
       
   372      * @return Returns the size of used disk space in bytes.
       
   373      */
       
   374     IMPORT_C TInt64 UsedUserDiskSpace() const;
       
   375 
       
   376     /**
       
   377      * Tells if the application package is pre-installed.
       
   378      *
       
   379      * If a pre-installed application package is upgraded,
       
   380      * it remains marked as pre-installed.
       
   381      *
       
   382      * If a pre-installed application package is uninstalled
       
   383      * and later installed again, it is no more marked as
       
   384      * pre-installed.
       
   385      *
       
   386      * @since S60 v5.1
       
   387      * @return ETrue if the application suite is pre-installed,
       
   388      *         EFalse otherwise.
       
   389      */
       
   390     IMPORT_C TBool IsPreinstalled() const;
   367 
   391 
   368 
   392 
   369 protected:
   393 protected:
   370 
   394 
   371     // constructor
   395     // constructor