[Github-comments] [geany/geany] Improve goto-symbols popup (#1445)

Thomas Martitz notifications at xxxxx
Fri Nov 16 18:15:10 UTC 2018


kugel- commented on this pull request.



> @@ -2031,6 +2031,209 @@ gchar **utils_strv_join(gchar **first, gchar **second)
 	return strv;
 }
 
+/* * Returns the common prefix in a list of strings.
+ *
+ * The size of the list may be given explicitely, but defaults to @c g_strv_length(strv).
+ *
+ * @param strv The list of strings to process.
+ * @param num The number of strings contained in @a strv. Can be 0 if it's terminated by @c NULL.

I can change if you prefer. But I couldn't find an example in the glib documentation.

-- 
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/1445#discussion_r234300945
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20181116/a50ccb8e/attachment.html>


More information about the Github-comments mailing list