@@ -222,6 +222,8 @@ gint document_compare_by_tab_order_reverse(gconstpointer a, gconstpointer b);
GeanyDocument *document_find_by_id(guint id);
+GtkWidget *document_get_notebook_child(GeanyDocument *doc);
should be inside GEANY_PRIVATE
--- 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/1144/files/4f219bdad24610e674da26cf2dc97...