ntrel commented on this pull request.
> + return i;
+}
+
+
+typedef struct TreeForeachData {
+ gchar *needle;
+ gsize best_len;
+ gsize needle_len;
+ GtkTreeIter best_iter;
+ enum {
+ TREE_CASE_NONE,
+ TREE_CASE_EQUALS,
+ TREE_CASE_CHLID_OF,
+ TREE_CASE_PARENT_OF,
+ TREE_CASE_HAVE_SAME_PARENT
+ } best_case;
Also, typo CHILD
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/1813#discussion_r332667917