Method
AstalApplicationrequest
Declaration
void
astal_application_request (
AstalApplication* self,
const gchar* msg,
GSocketConnection* conn
)
Parameters
msg
-
Type:
const gchar*
Body of the message .
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. conn
-
Type:
GSocketConnection
The connection which expects the response. .
The data is owned by the caller of the method.