org.kde.koala
Interface MetaInfoJobSignals


public interface MetaInfoJobSignals


Method Summary
 void failed(KFileItem item)
          Emitted when metainfo for item could not be extracted, either because a plugin for its MIME type does not exist, or because something went wrong.
 void gotMetaInfo(KFileItem item)
          Emitted when the meta info for item has been successfully retrieved.
 

Method Detail

gotMetaInfo

void gotMetaInfo(KFileItem item)
Emitted when the meta info for item has been successfully retrieved.

Parameters:
item - the KFileItem describing the fetched item

failed

void failed(KFileItem item)
Emitted when metainfo for item could not be extracted, either because a plugin for its MIME type does not exist, or because something went wrong.

Parameters:
item - the KFileItem of the file that failed