set_header
Description:
Sets a header field on this.
If value is floating, this assumes ownership of value.
Parameters:
| this |
A DBusMessage. |
| header_field |
A 8-bit unsigned integer (typically a value from the DBusMessageHeaderField enumeration) |
| value |
A Variant to set the header field or null to clear the header field. |