dup_user_header
Description:
[ Version ( since = "3.42" ) ]
public string? dup_user_header (string name)
Parameters:
this |
a MessageInfo
|
name |
header name
|
Returns:
Value of the header named name from the user-defined message headers of the associated message, or
null, when not available. Free the returned string with g_free, when
no longer needed.
|