[glib] Remove GPeriodic for now



commit 683a5632c89b311111503a03290ff75ad705ac46
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Dec 15 11:56:44 2010 -0500

    Remove GPeriodic for now
    
    The necessary review and integration work has not happened, and
    we don't want to enshrine it in this unproven state.
    It will be back when the world is ready for it.

 docs/reference/gio/gio-docs.xml     |    4 -
 docs/reference/gio/gio-sections.txt |   26 --
 docs/reference/gio/gio.types        |    1 -
 gio/Makefile.am                     |    2 -
 gio/gio.h                           |    1 -
 gio/gperiodic.c                     |  765 -----------------------------------
 gio/gperiodic.h                     |   88 ----
 7 files changed, 0 insertions(+), 887 deletions(-)
---
diff --git a/docs/reference/gio/gio-docs.xml b/docs/reference/gio/gio-docs.xml
index ce75643..ad1aee5 100644
--- a/docs/reference/gio/gio-docs.xml
+++ b/docs/reference/gio/gio-docs.xml
@@ -184,10 +184,6 @@
         <xi:include href="xml/gapplication.xml"/>
         <xi:include href="xml/gapplicationcommandline.xml"/>
     </chapter>
-    <chapter id="periodic">
-        <title>Periodic Timer</title>
-        <xi:include href="xml/gperiodic.xml"/>
-    </chapter>
     <chapter id="extending">
         <title>Extending GIO</title>
         <xi:include href="xml/gvfs.xml"/>
diff --git a/docs/reference/gio/gio-sections.txt b/docs/reference/gio/gio-sections.txt
index 5fbe1c7..431af13 100644
--- a/docs/reference/gio/gio-sections.txt
+++ b/docs/reference/gio/gio-sections.txt
@@ -2937,32 +2937,6 @@ g_proxy_get_type
 </SECTION>
 
 <SECTION>
-<FILE>gperiodic</FILE>
-<TITLE>GPeriodic</TITLE>
-GPeriodic
-<SUBSECTION>
-g_periodic_new
-g_periodic_get_hz
-g_periodic_get_high_priority
-g_periodic_get_low_priority
-<SUBSECTION>
-GPeriodicTickFunc
-g_periodic_add
-g_periodic_remove
-<SUBSECTION>
-g_periodic_block
-g_periodic_unblock
-<SUBSECTION>
-g_periodic_damaged
-<SUBSECTION Standard>
-G_TYPE_PERIODIC
-G_PERIODIC
-G_IS_PERIODIC
-<SUBSECTION Private>
-g_periodic_get_type
-</SECTION>
-
-<SECTION>
 <FILE>gpollableinputstream</FILE>
 <TITLE>GPollableInputStream</TITLE>
 GPollableInputStream
diff --git a/docs/reference/gio/gio.types b/docs/reference/gio/gio.types
index 76eb7e0..d631517 100644
--- a/docs/reference/gio/gio.types
+++ b/docs/reference/gio/gio.types
@@ -74,7 +74,6 @@ g_network_service_get_type
 g_output_stream_get_type
 g_output_stream_splice_flags_get_type
 g_password_save_get_type
-g_periodic_get_type
 g_permission_get_type
 g_pollable_input_stream_get_type
 g_pollable_output_stream_get_type
diff --git a/gio/Makefile.am b/gio/Makefile.am
index 89aa162..e0b352e 100644
--- a/gio/Makefile.am
+++ b/gio/Makefile.am
@@ -348,7 +348,6 @@ libgio_2_0_la_SOURCES =		\
 	gnetworkingprivate.h	\
 	gnetworkservice.c	\
 	goutputstream.c 	\
-	gperiodic.c		\
 	gpermission.c 		\
 	gpollableinputstream.c 	\
 	gpollableoutputstream.c \
@@ -510,7 +509,6 @@ gio_headers =			\
 	gnetworkaddress.h	\
 	gnetworkservice.h	\
 	goutputstream.h 	\
-	gperiodic.h		\
 	gpermission.h 		\
 	gpollableinputstream.h 	\
 	gpollableoutputstream.h \
diff --git a/gio/gio.h b/gio/gio.h
index 306012f..6dcccfe 100644
--- a/gio/gio.h
+++ b/gio/gio.h
@@ -93,7 +93,6 @@
 #include <gio/gnetworkaddress.h>
 #include <gio/gnetworkservice.h>
 #include <gio/goutputstream.h>
-#include <gio/gperiodic.h>
 #include <gio/gpermission.h>
 #include <gio/gpollableinputstream.h>
 #include <gio/gpollableoutputstream.h>



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