mirror of
https://github.com/albfan/miraclecast.git
synced 2025-03-09 23:38:56 +00:00
move miracle-wfdctl from demo/ to res/
Change-Id: I37df75135e4713a73d3c63353c9a17dc248e2d7e
This commit is contained in:
parent
1129625c66
commit
6d1591de00
16 changed files with 115 additions and 147 deletions
8
res/sigint.vapi
Normal file
8
res/sigint.vapi
Normal file
|
@ -0,0 +1,8 @@
|
|||
[CCode(cheader_filename="sigint.h")]
|
||||
class Sigint
|
||||
{
|
||||
public delegate void Handler();
|
||||
|
||||
public static void add_watch(Handler handler);
|
||||
public static void remove_watch();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue