Infinityc.ProgressRequest 
g 
GObject.GInterface 
GObject.GInterface 
 
 
Infinity.Request 
Infinity.Request 
 
 
GObject.GInterface->Infinity.Request 
 
GObject.Object 
GObject.Object 
 
 
Infinityc.Request 
Infinityc.Request 
 
 
GObject.Object->Infinityc.Request 
 
Infinity.Request->Infinityc.Request 
 
Infinityc.ProgressRequest 
Infinityc.ProgressRequest 
 
 
Infinityc.Request->Infinityc.ProgressRequest 
 
 
 
Properties 
 
Name 
Type 
Flags 
Short Description 
 
current int r 
The current number of finished operations 
total int r 
The total number of operations 
 
 
Class Details 
class  Infinityc.ProgressRequest( **kwargs )  
Infinityc.ProgressRequest 
get_initiated( )  
Returns: Whether the request was initiated. 
Return type: bool  
Returns whether the request was initiated, i.e. the total number of items
is known.
 
initiated( total )  
Parameters: total  (int  
Initiates the request. A progress request is considered initiated as soon
as the total number of items is known.
 
progress( )  
Indicates that one more operation has been performed and changes the
Infinityc.ProgressRequest :current 
 
  
 
Property Details 
Infinityc.ProgressRequest.props.current 
The current number of finished operations
  
Infinityc.ProgressRequest.props.total 
The total number of operations