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
- 
            Type: GTypeThe GTypeof the feature to get.
- msg
- 
            Type: SoupMessageA SoupMessage.The data is owned by the caller of the method. 
Return value
Type: SoupSessionFeature
A SoupSessionFeature. The feature is
  owned by session.
| The returned data is owned by the instance. | 
| The return value can be NULL. |