|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
void gotMetaInfo(KFileItem item)
item
has been successfully
retrieved.
item
- the KFileItem describing the fetched itemvoid failed(KFileItem item)
item
could not be extracted,
either because a plugin for its MIME type does not
exist, or because something went wrong.
item
- the KFileItem of the file that failed
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |