GUPnP – gupnp-1.0 Reference Manual
GUPnP
Description:
public
namespace
GUPnP
Namespace:
GUPnP
Package:
gupnp-1.0
Content:
Classes:
BinBase64
BinHex
Context
-
This struct contains private data only, and should be accessed using the functions below.
ContextManager
-
This struct contains private data only, and should be accessed using the functions below.
ControlPoint
-
This struct contains private data only, and should be accessed using the functions below.
Date
DateTime
DateTimeTZ
Device
-
This struct contains private data only, and should be accessed using the functions below.
DeviceInfo
-
This struct contains private data only, and should be accessed using the functions below.
DeviceProxy
-
This struct contains private data only, and should be accessed using the functions below.
ResourceFactory
-
This struct contains private data only, and should be accessed using the functions below.
RootDevice
-
This struct contains private data only, and should be accessed using the functions below.
Service
-
This struct contains private data only, and should be accessed using the functions below.
ServiceAction
-
Opaque structure for holding in-progress action data.
ServiceInfo
-
This struct contains private data only, and should be accessed using the functions below.
ServiceIntrospection
-
This struct contains private data only, and should be accessed using the functions below.
ServiceProxy
-
This struct contains private data only, and should be accessed using the functions below.
ServiceProxyAction
-
Opaque structure for holding in-progress action data.
Time
TimeTZ
URI
UUID
WhiteList
-
This struct contains private data only, and should be accessed using the functions below.
XMLDoc
-
Reference-counting wrapper for libxml's
Doc
Structs:
ServiceActionArgInfo
-
This structure contains information about the argument of service action.
ServiceActionInfo
-
This structure contains information about a service action.
ServiceStateVariableInfo
-
This structure contains information about service state variable.
Enums:
ServiceActionArgDirection
-
Represents the direction of a service state variable.
Delegates:
public
delegate
void
ServiceIntrospectionCallback
(
ServiceInfo
info,
ServiceIntrospection
introspection,
Error
error)
Callback notifying that
introspection
for
info
has been obtained.
public
delegate
void
ServiceProxyActionCallback
(
ServiceProxy
proxy,
ServiceProxyAction
action)
Callback notifying that
action
on
proxy
has returned and
end_action
etc can be called.
public
delegate
void
ServiceProxyNotifyCallback
(
ServiceProxy
proxy,
string
variable,
Value
value)
Callback notifying that the state variable
variable
on
proxy
has changed to
value
.
Methods:
public
string
get_uuid
()
Generate and return a new UUID.
2022 vala-language.org