[rename] change app to teleport everywhere

This commit is contained in:
Tobias Bernard
2017-02-22 18:24:07 +01:00
parent c274a8b0cf
commit 849ff78583
20 changed files with 3549 additions and 154 deletions

14
src/teleportapp.h Normal file
View File

@@ -0,0 +1,14 @@
#ifndef __TELEPORTAPP_H
#define __TELEPORTAPP_H
#include <gtk/gtk.h>
#define TELEPORT_APP_TYPE (teleport_app_get_type ())
G_DECLARE_FINAL_TYPE (TeleportApp, teleport_app, TELEPORT, APP, GtkApplication)
TeleportApp *teleport_app_new (void);
#endif /* __TELEPORTAPP_H */