Constructor
PhoshPortalRequestnew
Declaration [src]
PhoshPortalRequest*
phosh_portal_request_new (
const char* sender,
const char* app_id,
const char* id
)
Parameters
sender |
const char* |
No description available. | |
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
app_id |
const char* |
No description available. | |
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
id |
const char* |
No description available. | |
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. |
Return value
Returns: | PhoshPortalRequest |
No description available. | |
The caller of the function takes ownership of the data, and is responsible for freeing it. |