@andy5995 commented on this pull request.
> + *
+ *
+ */
+
+#include <geanyplugin.h>
+#include <stdbool.h>
+
+static GtkWidget *pinned_view_vbox;
+static gint page_number = 0;
+
+struct pindata {
+ GeanyPlugin *plugin;
+ GSList *list;
+};
+
+static struct pindata *init_pindata(void)
Ok to use a function like this?
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1308#pullrequestreview-1880276385
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/pull/1308/review/[email protected]>