[refactor] code intent
This commit is contained in:
@@ -9,12 +9,12 @@ G_DECLARE_FINAL_TYPE (TeleportApp, teleport_app, TELEPORT, APP, GtkApplication)
|
|||||||
|
|
||||||
|
|
||||||
TeleportApp *teleport_app_new (void);
|
TeleportApp *teleport_app_new (void);
|
||||||
extern void create_user_notification (const char *,
|
void create_user_notification (const char *,
|
||||||
const int,
|
const int,
|
||||||
const char *,
|
const char *,
|
||||||
GVariant *);
|
GVariant *);
|
||||||
|
|
||||||
extern void create_finished_notification (const char *,
|
void create_finished_notification (const char *,
|
||||||
const int,
|
const int,
|
||||||
const char *,
|
const char *,
|
||||||
GVariant *);
|
GVariant *);
|
||||||
|
|||||||
Reference in New Issue
Block a user