Constructor
AtspiDeviceLegacynew_full
since: 2.55
Declaration [src]
AtspiDeviceLegacy*
atspi_device_legacy_new_full (
const gchar* app_id
)
Parameters
app_id
-
Type:
const gchar*
The application id.
The argument can be NULL
.The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.
Return value
Type: AtspiDeviceLegacy
A pointer to a newly-created AtspiDeviceLegacy
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |