[tepl] amtk: utils: function comes from tepl-utils



commit 19e54cf3abd728de8d0f58a73546519a0a0d6a29
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Thu Jul 13 20:31:36 2017 +0200

    amtk: utils: function comes from tepl-utils
    
    The function is also needed in Tepl at another place, and I prefer not
    depending on private functions of Amtk in Tepl, in case Amtk is moved
    later to another repo as a shared library.

 amtk/amtk-utils.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/amtk/amtk-utils.c b/amtk/amtk-utils.c
index c0aa974..2875898 100644
--- a/amtk/amtk-utils.c
+++ b/amtk/amtk-utils.c
@@ -29,7 +29,7 @@
  *
  * Returns: the new filename. Free with g_free().
  */
-/* This function comes from gedit. */
+/* This function is a copy from tepl-utils, which originally comes from gedit. */
 gchar *
 _amtk_utils_replace_home_dir_with_tilde (const gchar *filename)
 {


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