Bump API version

This commit is contained in:
Colomban Wendling 2018-04-05 15:35:05 -04:00
parent 78644a8260
commit bec3832359
2 changed files with 4 additions and 4 deletions

View File

@ -348,7 +348,7 @@ void msgwin_compiler_add(gint msg_color, const gchar *format, ...)
* *
* @see msgwin_compiler_add() * @see msgwin_compiler_add()
* *
* @since @todo * @since 1.34 (API 236)
**/ **/
GEANY_API_SYMBOL GEANY_API_SYMBOL
void msgwin_compiler_add_string(gint msg_color, const gchar *msg) 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() * @see msgwin_msg_add()
* *
* @since @todo * @since 1.34 (API 236)
**/ **/
GEANY_API_SYMBOL GEANY_API_SYMBOL
void msgwin_msg_add_string(gint msg_color, gint line, GeanyDocument *doc, const gchar *string) 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() * @see msgwin_status_add()
* *
* @since @todo * @since 1.34 (API 236)
**/ **/
GEANY_API_SYMBOL GEANY_API_SYMBOL
void msgwin_status_add_string(const gchar *string) void msgwin_status_add_string(const gchar *string)

View File

@ -59,7 +59,7 @@ G_BEGIN_DECLS
* @warning You should not test for values below 200 as previously * @warning You should not test for values below 200 as previously
* @c GEANY_API_VERSION was defined as an enum value, not a macro. * @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 /* hack to have a different ABI when built with GTK3 because loading GTK2-linked plugins
* with GTK3-linked Geany leads to crash */ * with GTK3-linked Geany leads to crash */