[refactor] create custom widget for Remote device and [UI] move every remote device to a different frame

This commit is contained in:
Julian Sparber
2017-10-28 17:28:41 +02:00
parent 3e616da35e
commit e6343ccd92
7 changed files with 560 additions and 353 deletions

View File

@@ -16,9 +16,9 @@ TeleportWindow *teleport_window_new (TeleportApp *);
void teleport_window_open (TeleportWindow *,
GFile *);
void update_remote_device_list (TeleportWindow *,
Peer *);
Peer *);
void update_remote_device_list_remove (TeleportWindow *,
Peer *);
Peer *);
gchar * teleport_get_download_directory (void);
gchar * teleport_get_device_name (void);