org.kde.koala
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. |
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.
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.