Kaydet (Commit) 180e1da4 authored tarafından Thomas Martitz's avatar Thomas Martitz Kaydeden (comit) Matthew Brush

api: the commits 745f424b and 169feae9 should have incremented the API version, do so now

Increment one time for both, and fix the corresponding doc comments.
The comment for keybindings_load_keyfile() is reflowed to split into
brief/detail sections properly.
üst 38147b25
...@@ -824,14 +824,15 @@ static void apply_kb_accel(GeanyKeyGroup *group, GeanyKeyBinding *kb, gpointer u ...@@ -824,14 +824,15 @@ static void apply_kb_accel(GeanyKeyGroup *group, GeanyKeyBinding *kb, gpointer u
} }
/** Reloads keybinding settings from configuration file. Normally plugins do /** Reloads keybinding settings from configuration file.
* not need to call this function as it is called automatically when a the *
* plugin is activated. However, plugins which need to create keybindings * Normally plugins do not need to call this function as it is called automatically when a
* dynamically and reload them when needed should call this function after * the plugin is activated. However, plugins which need to create keybindings dynamically
* all keybindings have been updated with plugin_set_key_group() and * and reload them when needed should call this function after all keybindings have been
* keybindings_set_item() calls - this makes sure that the corresponding user * updated with plugin_set_key_group() and keybindings_set_item() calls - this makes sure
* keybinding shortcuts are applied. * that the corresponding user keybinding shortcuts are applied.
* @since 1.31. */ *
* @since 1.32 (API 233) */
GEANY_API_SYMBOL GEANY_API_SYMBOL
void keybindings_load_keyfile(void) void keybindings_load_keyfile(void)
{ {
......
...@@ -59,7 +59,7 @@ G_BEGIN_DECLS ...@@ -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 232 #define GEANY_API_VERSION 233
/* 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 */
......
...@@ -85,7 +85,7 @@ typedef struct ...@@ -85,7 +85,7 @@ typedef struct
/** Gets the GType for a TMTag. /** Gets the GType for a TMTag.
* *
* @return TMTag type * @return TMTag type
* @since 1.32 (API 232) */ * @since 1.32 (API 233) */
GEANY_API_SYMBOL GEANY_API_SYMBOL
GType tm_tag_get_type(void) GType tm_tag_get_type(void)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment