//Auto-generated by kalyptus. DO NOT EDIT. package org.kde.koala; import org.kde.qt.TQMetaObject; import org.kde.qt.QtSupport; import java.util.ArrayList; public interface MetaInfoJobSignals { /** Emitted when the meta info for item has been successfully retrieved. @param item the KFileItem describing the fetched item @short Emitted when the meta info for item has been successfully retrieved. */ void gotMetaInfo(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. @param item the KFileItem of the file that failed @short 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 failed(KFileItem item); }