Method
SoupSessionget_feature_for_message
Declaration [src]
SoupSessionFeature*
soup_session_get_feature_for_message (
SoupSession* session,
GType feature_type,
SoupMessage* msg
)
Description [src]
Gets the feature in session
of type feature_type
, provided
that it is not disabled for msg
.
Parameters
feature_type |
GType |
The |
|
msg |
SoupMessage |
A |
|
The data is owned by the caller of the function. |
Return value
Returns: | SoupSessionFeature |
A |
|
The data is owned by the instance. | |
The return value can be NULL . |