[libdazzle/libdazzle-3-32] shortcuts: Fix typo in tooltip_get_accel doc-comment



commit 1b28a4876a8938a2e9d641bfee3adfe2005d85e4
Author: Christopher Davis <brainblasted disroot org>
Date:   Thu Apr 25 17:34:02 2019 -0400

    shortcuts: Fix typo in tooltip_get_accel doc-comment
    
    This typo can prevent language bindings for this function
    from being generated correctly.

 src/shortcuts/dzl-shortcut-tooltip.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/shortcuts/dzl-shortcut-tooltip.c b/src/shortcuts/dzl-shortcut-tooltip.c
index 292b6c6..0515c6e 100644
--- a/src/shortcuts/dzl-shortcut-tooltip.c
+++ b/src/shortcuts/dzl-shortcut-tooltip.c
@@ -478,7 +478,7 @@ dzl_shortcut_tooltip_set_widget (DzlShortcutTooltip *self,
  *
  * Returns: (nullable): an override accel, or %NULL
  *
- * Since: 3.320
+ * Since: 3.32
  */
 const gchar *
 dzl_shortcut_tooltip_get_accel (DzlShortcutTooltip *self)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]