AccountChannelRequest.vardict
Description:
[ CCode ( has_construct_function = false ) ]
[ Version ( since = "0.19.10" ) ]
public AccountChannelRequest.vardict (Account account, Variant request, int64 user_action_time)
  [ Version ( since = "0.19.10" ) ]
public AccountChannelRequest.vardict (Account account, Variant request, int64 user_action_time)
Convenience function to create a new AccountChannelRequest object.
If request is a floating reference, this function will take ownership of it, much like g_variant_ref_sink. See
      documentation of that function for details.
Parameters:
| account | 
           a Account  | 
      
| request | 
           the requested properties of the channel (see   | 
      
| user_action_time | 
           the time of the user action that caused this request, or one of the special values 
            USER_ACTION_TIME_NOT_USER_ACTION or 
              | 
      
Returns:
| 
           a new AccountChannelRequest object  |