gSrvTargetNew: gSrvTargetNew

Description Usage Arguments Details Value Author(s)

View source: R/gioFuncs.R

Description

Creates a new GSrvTarget with the given parameters.

Usage

1
gSrvTargetNew(hostname, port, priority, weight)

Arguments

hostname

the host that the service is running on

port

the port that the service is running on

priority

the target's priority

weight

the target's weight

Details

You should not need to use this; normally GSrvTargets are created by GResolver. Since 2.22

Value

[GSrvTarget] a new GSrvTarget.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to gSrvTargetNew in RGtk2...