Function
Purplerequest_folder
Declaration [src]
void*
purple_request_folder (
void* handle,
const char* title,
const char* dirname,
GCallback ok_cb,
GCallback cancel_cb,
PurpleRequestCommonParameters* cpar,
void* user_data
)
Parameters
handle |
void* |
The plugin or connection handle. For some things this is
|
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
title |
const char* |
The title of the message, or |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
dirname |
const char* |
The default directory name (may be |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
ok_cb |
GCallback |
The callback for the |
|
cancel_cb |
GCallback |
The callback for the |
|
cpar |
PurpleRequestCommonParameters |
The |
|
The data is owned by the caller of the function. | |
user_data |
void* |
The data to pass to the callback. |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |