| Import line: | Gst = imports.gi.Gst; | 
| GIR File: | Gst-0.10.gir | 
| C documentation: | GstPollFD | 
| Struct : | PollFD | 
| Show / Hide Inherited methods, properties and signals | 
| Properties | Defined By | |
|---|---|---|
| 
			
			 
				fd : Number 
                   
                     
			 
		  
			 | 
		    Gst.PollFD | |
| 
			
			 
				idx : Number 
                   
                     
			 
		  
			 | 
		    Gst.PollFD | |
| None | 
| Class / Namespace | Method / Signal / Properties | 
|---|---|
| 
		
			Gst.Poll
             Method  | 
            
            
 
	   
            
                
		
                 Add a file descriptor to the file descriptor set.  
		 
		 
		 
                 
		     
              
             | 
            
        
        
| 
		
			Gst.Poll
             Method  | 
            
            
 
	   
            
                
		
                 Remove a file descriptor from the file descriptor set.  
		 
		 
		 
                 
		     
              
             | 
            
        
        
| 
		
			Gst.Poll
             Method  | 
            
            
 
	   
            
                
		
                 Control whether the descriptor fd in set will be monitored for writability.  
		 
		 
		 
                 
		     
              
             | 
            
        
        
| 
		
			Gst.Poll
             Method  | 
            
            
 
	   
            
                
		
                 Control whether the descriptor fd in set will be monitored for readability.  
		 
		 
		 
                 
		     
              
             | 
            
        
        
| 
		
			Gst.Poll
             Method  | 
            
            
 
	   
            
                
		 
			fd_ignored
				
				 (PollFD fd) 
			
				
					 : 
					none
					
				
			
		 
                Mark fd as ignored so that the next call to gst_poll_wait() will yield the same result for fd as last time.  
		 
		 
		 
                 
		     
              
             | 
            
        
        
| 
		
			Gst.Poll
             Method  | 
            
            
 
	   
            
                
		
                 Check if fd in set has closed the connection.  
		 
		 
		 
                 
		     
              
             | 
            
        
        
| 
		
			Gst.Poll
             Method  | 
            
            
 
	   
            
                
		
                 Check if fd in set has an error.  
		 
		 
		 
                 
		     
              
             | 
            
        
        
| 
		
			Gst.Poll
             Method  | 
            
            
 
	   
            
                
		
                 Check if fd in set has data to be read.  
		 
		 
		 
                 
		     
              
             | 
            
        
        
| 
		
			Gst.Poll
             Method  | 
            
            
 
	   
            
                
		
                 Check if fd in set can be used for writing.  
		 
		 
		 
                 
		     
              
             |