[geany/geany] bec383: Bump API version
Colomban Wendling
git-noreply at xxxxx
Thu Apr 5 19:44:44 UTC 2018
Branch: refs/heads/master
Author: Colomban Wendling <ban at herbesfolles.org>
Committer: Colomban Wendling <ban at herbesfolles.org>
Date: Thu, 05 Apr 2018 19:44:44 UTC
Commit: bec3832359cf3a7d9f9d5d0a9ac3a622d6387d66
https://github.com/geany/geany/commit/bec3832359cf3a7d9f9d5d0a9ac3a622d6387d66
Log Message:
-----------
Bump API version
Modified Paths:
--------------
src/msgwindow.c
src/plugindata.h
Modified: src/msgwindow.c
6 lines changed, 3 insertions(+), 3 deletions(-)
===================================================================
@@ -348,7 +348,7 @@ void msgwin_compiler_add(gint msg_color, const gchar *format, ...)
*
* @see msgwin_compiler_add()
*
- * @since @todo
+ * @since 1.34 (API 236)
**/
GEANY_API_SYMBOL
void msgwin_compiler_add_string(gint msg_color, const gchar *msg)
@@ -442,7 +442,7 @@ void msgwin_msg_add(gint msg_color, gint line, GeanyDocument *doc, const gchar *
*
* @see msgwin_msg_add()
*
- * @since @todo
+ * @since 1.34 (API 236)
**/
GEANY_API_SYMBOL
void msgwin_msg_add_string(gint msg_color, gint line, GeanyDocument *doc, const gchar *string)
@@ -490,7 +490,7 @@ void msgwin_msg_add_string(gint msg_color, gint line, GeanyDocument *doc, const
*
* @see msgwin_status_add()
*
- * @since @todo
+ * @since 1.34 (API 236)
**/
GEANY_API_SYMBOL
void msgwin_status_add_string(const gchar *string)
Modified: src/plugindata.h
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -59,7 +59,7 @@ G_BEGIN_DECLS
* @warning You should not test for values below 200 as previously
* @c GEANY_API_VERSION was defined as an enum value, not a macro.
*/
-#define GEANY_API_VERSION 235
+#define GEANY_API_VERSION 236
/* hack to have a different ABI when built with GTK3 because loading GTK2-linked plugins
* with GTK3-linked Geany leads to crash */
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list