[ CCode ( cname = "GstRTSPSessionPoolFunc" , instance_pos = 1.9 ) ]
public delegate bool SessionPoolFunc (SessionPool pool)
The function that will be called from the GSource watch on the session pool.
The function will be called when the pool must be cleaned up because one or more sessions timed out.
pool |
a SessionPool object |
user_data |
user data that has been given when registering the handler |
false if the source should be removed. |