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