gstreamer_core/gst/gstpoll.h
branchRCL_3
changeset 30 7e817e7e631c
parent 29 567bb019e3e3
--- a/gstreamer_core/gst/gstpoll.h	Tue Aug 31 15:30:33 2010 +0300
+++ b/gstreamer_core/gst/gstpoll.h	Wed Sep 01 12:16:41 2010 +0100
@@ -72,11 +72,6 @@
 IMPORT_C
 #endif
 
-GstPoll*        gst_poll_new_timer        (void);
-#ifdef __SYMBIAN32__
-IMPORT_C
-#endif
-
 void            gst_poll_free             (GstPoll *set);
 #ifdef __SYMBIAN32__
 IMPORT_C
@@ -154,17 +149,6 @@
 #endif
 
 void            gst_poll_set_flushing     (GstPoll *set, gboolean flushing);
-#ifdef __SYMBIAN32__
-IMPORT_C
-#endif
-
-
-gboolean        gst_poll_write_control    (GstPoll *set);
-#ifdef __SYMBIAN32__
-IMPORT_C
-#endif
-
-gboolean        gst_poll_read_control     (GstPoll *set);
 
 G_END_DECLS