gInetAddressNewFromString {RGtk2}R Documentation

gInetAddressNewFromString

Description

Parses string as an IP address and creates a new GInetAddress.

Usage

gInetAddressNewFromString(string)

Arguments

string

a string representation of an IP address

Details

Since 2.22

Value

[GInetAddress] a new GInetAddress corresponding to string, or NULL if string could not be parsed.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]