[feat] create class for teleport peer and refactored avahi browser stuff

This commit is contained in:
Julian Sparber
2017-06-19 00:50:44 +02:00
parent cf6a85f3c9
commit 88bb7a8ac4
6 changed files with 155 additions and 60 deletions

View File

@@ -9,8 +9,5 @@ G_DECLARE_FINAL_TYPE (TeleportApp, teleport_app, TELEPORT, APP, GtkApplication)
TeleportApp *teleport_app_new (void);
extern void teleport_app_add_peer();
extern void teleport_app_remove_peer();
#endif /* __TELEPORTAPP_H */