[rename] change app to teleport everywhere
This commit is contained in:
14
src/teleportapp.h
Normal file
14
src/teleportapp.h
Normal 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 */
|
||||
Reference in New Issue
Block a user