[Github-comments] [geany/geany] Gi signals (#1038)

Thomas Martitz notifications at xxxxx
Wed Jun 22 21:27:55 UTC 2016


> @@ -70,6 +70,9 @@ typedef struct GeanyFilePrefs
>  GeanyFilePrefs;
>  
>  
> +#define GEANY_TYPE_DOCUMENT (document_get_type())
> +GType document_get_type (void);

Well, the functions are exported, even if just for the gir. So putting them under GEANY_PRIVATE just isn't right.

Besides, I do generate a (mostly) working .vapi from the .gir. Vala plugins written against that use the C header files so they need to be in the public headers (peasy is partly written in vala).

---
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#r68138568
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160622/5a81ebfa/attachment.html>


More information about the Github-comments mailing list