[refactor] code intent
This commit is contained in:
@@ -5,15 +5,19 @@
|
|||||||
#include "teleport-app.h"
|
#include "teleport-app.h"
|
||||||
#include "teleport-peer.h"
|
#include "teleport-peer.h"
|
||||||
|
|
||||||
|
|
||||||
#define TELEPORT_APP_WINDOW_TYPE (teleport_app_window_get_type ())
|
#define TELEPORT_APP_WINDOW_TYPE (teleport_app_window_get_type ())
|
||||||
G_DECLARE_FINAL_TYPE (TeleportAppWindow, teleport_app_window, TELEPORT, APP_WINDOW, GtkApplicationWindow)
|
G_DECLARE_FINAL_TYPE (TeleportAppWindow,
|
||||||
|
teleport_app_window,
|
||||||
TeleportAppWindow *teleport_app_window_new (TeleportApp *app);
|
TELEPORT,
|
||||||
void teleport_app_window_open (TeleportAppWindow *win,
|
APP_WINDOW,
|
||||||
GFile *file);
|
GtkApplicationWindow)
|
||||||
extern void update_remote_device_list(TeleportAppWindow *, Peer *);
|
|
||||||
extern void update_remote_device_list_remove(TeleportAppWindow *, Peer *);
|
|
||||||
|
|
||||||
|
TeleportAppWindow *teleport_app_window_new (TeleportApp *app);
|
||||||
|
void teleport_app_window_open (TeleportAppWindow *win,
|
||||||
|
GFile *file);
|
||||||
|
void update_remote_device_list (TeleportAppWindow *,
|
||||||
|
Peer *);
|
||||||
|
void update_remote_device_list_remove (TeleportAppWindow *,
|
||||||
|
Peer *);
|
||||||
|
|
||||||
#endif /* __TELEPORT_WINDOW_H */
|
#endif /* __TELEPORT_WINDOW_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user