[Github-comments] [geany/geany] Gi signals (#1038)
Matthew Brush
notifications at xxxxx
Mon Jun 6 01:26:18 UTC 2016
> @@ -3807,3 +3807,14 @@ void document_grab_focus(GeanyDocument *doc)
>
> gtk_widget_grab_focus(GTK_WIDGET(doc->editor->sci));
> }
> +
> +static void *copy_(void *src) { return src; }
> +static void free_(void *doc) { }
> +
> +/** Gets the GBOxed-derived type of GeanyDocument
Should make this and the others @gironly or not doxygen-commented.
---
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/1038/files/112ef938ff8c100b62c3ca12a608ed44daa365cf#r65829724
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160605/be4f477a/attachment.html>
More information about the Github-comments
mailing list