mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 12:56:51 +03:00
7 lines
98 B
Plaintext
7 lines
98 B
Plaintext
|
module GNOME {
|
||
|
interface MagicDev {
|
||
|
void reread_config();
|
||
|
boolean is_running();
|
||
|
};
|
||
|
};
|