[tepl] amtk: docs: fix links to tepl functions



commit 2a0379bba97e89c8b5956e01400f06cea2cf17a3
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Thu Jul 13 14:50:55 2017 +0200

    amtk: docs: fix links to tepl functions

 amtk/amtk-action-info-store.c |    4 ++--
 amtk/amtk-menu-shell.c        |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/amtk/amtk-action-info-store.c b/amtk/amtk-action-info-store.c
index b1d84dd..2758f63 100644
--- a/amtk/amtk-action-info-store.c
+++ b/amtk/amtk-action-info-store.c
@@ -44,7 +44,7 @@
  * store, to share action information (with translations) and possibly the
  * #GAction implementations as well. Application-specific #AmtkActionInfo's can
  * be added to the store returned by
- * amtk_application_get_app_action_info_store().
+ * tepl_application_get_app_action_info_store().
  *
  * A library #AmtkActionInfoStore must namespace the action names to not have
  * conflicts when a #AmtkActionInfo is added to the #AmtkActionInfoCentralStore.
@@ -459,7 +459,7 @@ check_used_cb (gpointer key,
  * might indicate dead code.
  *
  * You probably want to call this function on the store returned by
- * amtk_application_get_app_action_info_store(). But it can also be useful for a
+ * tepl_application_get_app_action_info_store(). But it can also be useful for a
  * store provided by a library, to easily see which actions you don't use.
  *
  * Since: 2.0
diff --git a/amtk/amtk-menu-shell.c b/amtk/amtk-menu-shell.c
index 524d360..ef0c114 100644
--- a/amtk/amtk-menu-shell.c
+++ b/amtk/amtk-menu-shell.c
@@ -30,7 +30,7 @@
  *
  * One possible use-case is to push/pop longer descriptions of menu items to a
  * #GtkStatusbar, exactly like
- * amtk_application_window_connect_menu_to_statusbar() does.
+ * tepl_application_window_connect_menu_to_statusbar() does.
  */
 
 struct _AmtkMenuShellPrivate


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