[devhelp/wip/swilmet/various-code-improvements] sidebar: more logically group instance variables
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [devhelp/wip/swilmet/various-code-improvements] sidebar: more logically group instance variables
- Date: Fri, 9 Oct 2015 15:07:45 +0000 (UTC)
commit b526a37a61c5794135e9f1108788dd8123c54ef6
Author: Sébastien Wilmet <swilmet gnome org>
Date: Fri Oct 9 16:54:08 2015 +0200
sidebar: more logically group instance variables
src/dh-sidebar.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/dh-sidebar.c b/src/dh-sidebar.c
index be03e0f..5962340 100644
--- a/src/dh-sidebar.c
+++ b/src/dh-sidebar.c
@@ -30,17 +30,17 @@
#include "dh-book-tree.h"
typedef struct {
- DhKeywordModel *model;
-
DhBookManager *book_manager;
DhLink *selected_link;
+ DhBookTree *book_tree;
+ GtkScrolledWindow *sw_book_tree;
+
GtkEntry *entry;
+ DhKeywordModel *model;
GtkTreeView *hitlist;
GtkScrolledWindow *sw_hitlist;
- DhBookTree *book_tree;
- GtkScrolledWindow *sw_book_tree;
GCompletion *completion;
guint idle_complete_id;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]