[tepl/wip/edit-menu: 3/3] Edit menu: improve doc
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tepl/wip/edit-menu: 3/3] Edit menu: improve doc
- Date: Tue, 11 Jul 2017 19:03:44 +0000 (UTC)
commit 18ff05c0aa4faa0abee3d4cb8d57684e461187dc
Author: Sébastien Wilmet <swilmet gnome org>
Date: Tue Jul 11 20:56:27 2017 +0200
Edit menu: improve doc
tepl/tepl-application-window.c | 5 ++++-
tepl/tepl-application.c | 4 ++--
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/tepl/tepl-application-window.c b/tepl/tepl-application-window.c
index 1ae9d91..2cc84b1 100644
--- a/tepl/tepl-application-window.c
+++ b/tepl/tepl-application-window.c
@@ -44,10 +44,13 @@
* #GtkApplicationWindow and an application needs to be able to use all those
* extensions at the same time.
*
- * # GActions
+ * # GActions # {#tepl-application-window-gactions}
*
* This class adds the following #GAction's to the #GtkApplicationWindow:
* - `"win.tepl-select-all"`: calls tepl_view_select_all() on the active view.
+ *
+ * Corresponding #TeplActionInfo's are available with
+ * tepl_application_get_tepl_action_info_store().
*/
struct _TeplApplicationWindowPrivate
diff --git a/tepl/tepl-application.c b/tepl/tepl-application.c
index ec529d5..ea11a27 100644
--- a/tepl/tepl-application.c
+++ b/tepl/tepl-application.c
@@ -283,8 +283,8 @@ tepl_application_get_app_action_info_store (TeplApplication *tepl_app)
* following actions:
* - `"win.tepl-select-all"`
*
- * To know what the #GAction's do, see the class description of
- * #TeplApplicationWindow.
+ * To know what the #GAction's do, see the [class description of
+ * TeplApplicationWindow][tepl-application-window-gactions].
*
* Returns: (transfer none): the #TeplActionInfoStore of the Tepl library.
* Since: 3.0
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]