Method

GoaMediaServerget_udn

deprecated: Unknown since: 3.14

Declaration [src]

const gchar*
goa_media_server_get_udn (
  GoaMediaServer* object
)

Description [src]

Gets the value of the Udn” D-Bus property.

Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.

The returned value is only valid until the property changes so on the client-side it is only safe to use this function on the thread where object was constructed. Use goa_media_server_dup_udn() if on another thread.

Available since: 3.14

Deprecated since: Unknown

The D-Bus property has been deprecated.

This method is not directly available to language bindings.

Gets propertyGoa.MediaServer:udn

Return value

Type: const gchar*

The property value or NULL if the property is not set. Do not free the returned value, it belongs to object.

The data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.