[gtksourceview/alatiera/detepl] Remove refferences to Tepl




commit 74f9e36e3228e0e1cb83e28e5f3f92490ec83d66
Author: Jordan Petridis <jordan centricular com>
Date:   Sat Apr 10 02:33:15 2021 +0300

    Remove refferences to Tepl
    
    That library will shortly be archived.

 gtksourceview/gtksourceencoding.c   | 6 ------
 gtksourceview/gtksourcefile.c       | 6 ------
 gtksourceview/gtksourcefileloader.c | 7 -------
 gtksourceview/gtksourcefilesaver.c  | 6 ------
 4 files changed, 25 deletions(-)
---
diff --git a/gtksourceview/gtksourceencoding.c b/gtksourceview/gtksourceencoding.c
index 30eda3c0..c630c49a 100644
--- a/gtksourceview/gtksourceencoding.c
+++ b/gtksourceview/gtksourceencoding.c
@@ -33,12 +33,6 @@
  * The #GtkSourceEncoding boxed type represents a character encoding. It is used
  * for example by #GtkSourceFile. Note that the text in GTK+ widgets is always
  * encoded in UTF-8.
- *
- * <warning>
- * This class is no longer maintained, patches are not accepted. There is a
- * better implementation in the
- * <ulink url="https://wiki.gnome.org/Projects/Tepl";>Tepl</ulink> library.
- * </warning>
  */
 
 struct _GtkSourceEncoding
diff --git a/gtksourceview/gtksourcefile.c b/gtksourceview/gtksourcefile.c
index 33343509..a3bbf7d0 100644
--- a/gtksourceview/gtksourcefile.c
+++ b/gtksourceview/gtksourcefile.c
@@ -36,12 +36,6 @@
  * properties). On a successful load or save operation, the #GtkSourceFile
  * properties are updated. If an operation fails, the #GtkSourceFile properties
  * have still the previous valid values.
- *
- * <warning>
- * This class is no longer maintained, patches are not accepted. There is a
- * better implementation in the
- * <ulink url="https://wiki.gnome.org/Projects/Tepl";>Tepl</ulink> library.
- * </warning>
  */
 
 enum
diff --git a/gtksourceview/gtksourcefileloader.c b/gtksourceview/gtksourcefileloader.c
index ff02ab09..95479d4b 100644
--- a/gtksourceview/gtksourcefileloader.c
+++ b/gtksourceview/gtksourcefileloader.c
@@ -56,13 +56,6 @@
  * saved somewhere (for example if you load from stdin), then you should
  * probably call gtk_text_buffer_set_modified() with %TRUE after calling
  * gtk_source_file_loader_load_finish().
- *
- * <warning>
- * This class is no longer maintained, patches are not accepted. There is work
- * in progress in the
- * <ulink url="https://wiki.gnome.org/Projects/Tepl";>Tepl</ulink> library to
- * have a better implementation.
- * </warning>
  */
 
 #if 0
diff --git a/gtksourceview/gtksourcefilesaver.c b/gtksourceview/gtksourcefilesaver.c
index 67670906..2ecd084f 100644
--- a/gtksourceview/gtksourcefilesaver.c
+++ b/gtksourceview/gtksourcefilesaver.c
@@ -44,12 +44,6 @@
  * A file saver should be used only for one save operation, including errors
  * handling. If an error occurs, you can reconfigure the saver and relaunch the
  * operation with gtk_source_file_saver_save_async().
- *
- * <warning>
- * This class is no longer maintained, patches are not accepted. There is a
- * better implementation in the
- * <ulink url="https://wiki.gnome.org/Projects/Tepl";>Tepl</ulink> library.
- * </warning>
  */
 
 /* The code has been written initially in gedit (GeditDocumentSaver).


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