summaryrefslogtreecommitdiff
path: root/src/main_window.h
diff options
context:
space:
mode:
authornirav <nirav@teisuu.com>2019-03-26 07:54:56 +0530
committerDandelion <nirav@teisuu.com>2019-03-26 07:54:56 +0530
commitcc727e972f7fdc871ee1f42cf014151b67422bf0 (patch)
treeeda5279bf96e4999e4219beb331df4646cfd2a5b /src/main_window.h
parent4b27c1a348d8de036dabd5525452f5b9ad08a32b (diff)
downloadap_client-cc727e972f7fdc871ee1f42cf014151b67422bf0.tar.gz
ap_client-cc727e972f7fdc871ee1f42cf014151b67422bf0.zip
Update login flow and timeline window
Diffstat (limited to 'src/main_window.h')
-rw-r--r--src/main_window.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/main_window.h b/src/main_window.h
new file mode 100644
index 0000000..3a2059e
--- /dev/null
+++ b/src/main_window.h
@@ -0,0 +1,9 @@
+#ifndef __MAIN_WINDOW_H
+#define __MAIN_WINDOW_H
+
+void create_main_window (GtkApplication *app, gpointer user_data);
+
+#endif
+
+
+