blob: 0af03899a8f6d9c785c065c766f33fbf84899fdf (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
//Auto-generated by kalyptus. DO NOT EDIT.
package org.trinitydesktop.koala;
import org.trinitydesktop.qt.QtSupport;
import org.trinitydesktop.qt.TQObject;
public interface KDiskFreeSpSignals {
void foundMountPoint(String mountPoint, long kBSize, long kBUsed, long kBAvail);
void foundMountPoint(long arg1, long arg2, long arg3, String arg4);
void done();
}
|