take_header
Description:
[
CCode ( cname =
"gst_rtsp_message_take_header" ) ]
public Result take_header (
HeaderField field,
owned string value)
Add a header with key field
and value
to this.
This function takes ownership of value
.
Parameters:
this |
a Message
|
field |
a HeaderField
|
value |
the value of the header
|
Returns: