Method
SoupSessionremove_feature_by_type
Declaration [src]
void
soup_session_remove_feature_by_type (
SoupSession* session,
GType feature_type
)
Description [src]
Removes all features of type feature_type
(or any subclass of
feature_type
) from session
.