gSrvTargetGetHostname {RGtk2}R Documentation

gSrvTargetGetHostname

Description

Gets target's hostname (in ASCII form; if you are going to present this to the user, you should use gHostnameIsAsciiEncoded() to check if it contains encoded Unicode segments, and use gHostnameToUnicode() to convert it if it does.)

Usage

gSrvTargetGetHostname(object)

Arguments

object

a GSrvTarget

Details

Since 2.22

Value

[character] target's hostname

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]