mc/gnome/magicdev.idl

7 lines
98 B
Plaintext

module GNOME {
interface MagicDev {
void reread_config();
boolean is_running();
};
};