gstreamer_core/gst/gstpoll.h
branchRCL_3
changeset 29 567bb019e3e3
parent 0 0e761a78d257
child 30 7e817e7e631c
equal deleted inserted replaced
6:9b2c3c7a1a9c 29:567bb019e3e3
    66 IMPORT_C
    66 IMPORT_C
    67 #endif
    67 #endif
    68 
    68 
    69 
    69 
    70 GstPoll*        gst_poll_new              (gboolean controllable);
    70 GstPoll*        gst_poll_new              (gboolean controllable);
       
    71 #ifdef __SYMBIAN32__
       
    72 IMPORT_C
       
    73 #endif
       
    74 
       
    75 GstPoll*        gst_poll_new_timer        (void);
    71 #ifdef __SYMBIAN32__
    76 #ifdef __SYMBIAN32__
    72 IMPORT_C
    77 IMPORT_C
    73 #endif
    78 #endif
    74 
    79 
    75 void            gst_poll_free             (GstPoll *set);
    80 void            gst_poll_free             (GstPoll *set);
   147 #ifdef __SYMBIAN32__
   152 #ifdef __SYMBIAN32__
   148 IMPORT_C
   153 IMPORT_C
   149 #endif
   154 #endif
   150 
   155 
   151 void            gst_poll_set_flushing     (GstPoll *set, gboolean flushing);
   156 void            gst_poll_set_flushing     (GstPoll *set, gboolean flushing);
       
   157 #ifdef __SYMBIAN32__
       
   158 IMPORT_C
       
   159 #endif
       
   160 
       
   161 
       
   162 gboolean        gst_poll_write_control    (GstPoll *set);
       
   163 #ifdef __SYMBIAN32__
       
   164 IMPORT_C
       
   165 #endif
       
   166 
       
   167 gboolean        gst_poll_read_control     (GstPoll *set);
   152 
   168 
   153 G_END_DECLS
   169 G_END_DECLS
   154 
   170 
   155 #endif /* __GST_POLL_H__ */
   171 #endif /* __GST_POLL_H__ */