[geany/geany] 180e1d: api: the commits 745f424 and 169feae should have incremented the API version, do so now

Thomas Martitz git-noreply at xxxxx
Fri Aug 4 08:13:11 UTC 2017


Branch:      refs/heads/master
Author:      Thomas Martitz <t.martitz at avm.de>
Committer:   Matthew Brush <mbrush at codebrainz.ca>
Date:        Fri, 04 Aug 2017 08:13:11 UTC
Commit:      180e1da427b4b23478360c720549c4c4e6ec92a7
             https://github.com/geany/geany/commit/180e1da427b4b23478360c720549c4c4e6ec92a7

Log Message:
-----------
api: the commits 745f424 and 169feae 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.


Modified Paths:
--------------
    src/keybindings.c
    src/plugindata.h
    src/tagmanager/tm_tag.c

Modified: src/keybindings.c
17 lines changed, 9 insertions(+), 8 deletions(-)
===================================================================
@@ -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)
 {


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 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 */


Modified: src/tagmanager/tm_tag.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -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)
 {



--------------
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