summaryrefslogtreecommitdiff
path: root/src/gl-window.h
diff options
context:
space:
mode:
authorJonathan Kang <jonathan121537@gmail.com>2014-11-20 15:29:13 +0800
committerDavid King <davidk@gnome.org>2014-12-03 08:48:44 +0000
commita8fa51368b8515f751d96c5fdc69570f463015c8 (patch)
tree1773ad3ba0c3e75cf1e3aa2f5e722aa265616c3b /src/gl-window.h
parentbca82bc5f81c2609bac66c1094749ba5bcd49321 (diff)
downloadgnome-logs-a8fa51368b8515f751d96c5fdc69570f463015c8.tar.gz
Add an option for log view direction
https://bugzilla.gnome.org/show_bug.cgi?id=709160
Diffstat (limited to 'src/gl-window.h')
-rw-r--r--src/gl-window.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gl-window.h b/src/gl-window.h
index 7123745..0e9da24 100644
--- a/src/gl-window.h
+++ b/src/gl-window.h
@@ -21,6 +21,8 @@
#include <gtk/gtk.h>
+#include "gl-application.h"
+
G_BEGIN_DECLS
typedef struct
@@ -40,6 +42,7 @@ typedef struct
GType gl_window_get_type (void);
GtkWidget * gl_window_new (GtkApplication *application);
+void gl_window_set_sort_order (GlWindow *window, GlSortOrder sort_order);
G_END_DECLS