7 строки
98 B
Plaintext
7 строки
98 B
Plaintext
|
module GNOME {
|
||
|
interface MagicDev {
|
||
|
void reread_config();
|
||
|
boolean is_running();
|
||
|
};
|
||
|
};
|