ref_handle
Description:
[ Version ( deprecated = true , since = "0.7.21" ) ]
public void ref_handle (HandleType handle_type, Handle handle)
public void ref_handle (HandleType handle_type, Handle handle)
Warning: ref_handle is deprecated.
Reference the given handle until this message is destroyed.
Note:
since 0.13.9.
Handles are now immortal so there is no point to ref them. Furthermore, the only handle that should be stored in a TpMessage is
message-sender which should be set using tp_cm_message_set_sender
.
Parameters:
this |
a message |
handle_type |
a handle type, greater than NONE and less than NUM_HANDLE_TYPES |
handle |
a handle of the given type |