Method

AdapMessageDialogchoose_finish

since: 1.3

Declaration [src]

const char*
adap_message_dialog_choose_finish (
  AdapMessageDialog* self,
  GAsyncResult* result
)

Description [src]

Finishes the adap_message_dialog_choose() call and returns the response ID.

Available since: 1.3

Parameters

result

Type: GAsyncResult

A GAsyncResult

The data is owned by the caller of the method.

Return value

Type: const char*

The ID of the response that was selected, or AdapMessageDialog:close-response if the call was cancelled.

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