This website works better with JavaScript.
Home
Explore
Help
Sign In
yigitcolakoglu
/
mconnect
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
main: create instance of core
bboozzoo/device-cache
Maciek Borzecki
10 years ago
parent
b4d70155f4
commit
7f84b6505f
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
src/main.vala
+ 4
- 0
src/main.vala
View File
@ -20,6 +20,10 @@
public static int main(string[] args)
{
var core = Core.instance();
if (core == null)
error("cannot initialize core");
var loop = new MainLoop();
var discovery = new Discovery();
var manager = new DeviceManager();
Write
Preview
Loading…
Cancel
Save