ProtocolInfo.from_string
Description:
[ CCode ( has_construct_function = false ) ]
public ProtocolInfo.from_string (string protocol_info) throws Error
public ProtocolInfo.from_string (string protocol_info) throws Error
Parses the protocol_info
string and creates a new ProtocolInfo
object as a result.
Parameters:
protocol_info |
The protocol info string |
Returns:
A new ProtocolInfo object. Unref after usage. |