org.kde.koala

Interface MetaInfoJobSignals

public interface MetaInfoJobSignals

Method Summary
voidfailed(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.
voidgotMetaInfo(KFileItem item)
Emitted when the meta info for item has been successfully retrieved.

Method Detail

failed

public 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

UNKNOWN: 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.

gotMetaInfo

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

Parameters: item the KFileItem describing the fetched item

UNKNOWN: Emitted when the meta info for item has been successfully retrieved.