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
}
/** Reloads keybinding settings from configuration file. Normally plugins do
* not need to call this function as it is called automatically when a the
* plugin is activated. However, plugins which need to create keybindings
* dynamically and reload them when needed should call this function after
* all keybindings have been updated with plugin_set_key_group() and
* keybindings_set_item() calls - this makes sure that the corresponding user
* keybinding shortcuts are applied.
* @since 1.31. */
/** Reloads keybinding settings from configuration file.
*
* Normally plugins do not need to call this function as it is called automatically when a
* the plugin is activated. However, plugins which need to create keybindings dynamically
* and reload them when needed should call this function after all keybindings have been
* updated with plugin_set_key_group() and keybindings_set_item() calls - this makes sure
* that the corresponding user keybinding shortcuts are applied.
*
* @since 1.32 (API 233) */
GEANY_API_SYMBOL
void keybindings_load_keyfile(void)
{
......
......@@ -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 232
#define GEANY_API_VERSION 233
/* hack to have a different ABI when built with GTK3 because loading GTK2-linked plugins
* with GTK3-linked Geany leads to crash */
......
......@@ -85,7 +85,7 @@ typedef struct
/** Gets the GType for a TMTag.
*
* @return TMTag type
* @since 1.32 (API 232) */
* @since 1.32 (API 233) */
GEANY_API_SYMBOL
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