[Github-comments] [geany/geany] api: export tm_tag_get_type() (#1465)

Thomas Martitz notifications at xxxxx
Thu Jul 6 06:23:37 UTC 2017


kugel- commented on this pull request.



> @@ -82,7 +82,11 @@ typedef struct
 	gboolean first;
 } TMSortOptions;
 
-/* Gets the GType for a TMTag */
+/** Gets the GBoxed-derived GType for a TMTag.

I followed the same procedure as for TMSourceFile where this was accepted. I'm telling it's a GBoxed so that you you know can use g_boxed_copy/free, since the ref/unref functions are not exported.

I have no problem with exporting ref/unref (and maybe removing the GBoxed reference from the comment) if you prefer.

-- 
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/1465#discussion_r125819449
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20170706/4ae32e2f/attachment.html>


More information about the Github-comments mailing list