Method

AdwMessageDialogremove_response

Declaration [src]

void
adw_message_dialog_remove_response (
  AdwMessageDialog* self,
  const char* id
)

Description [src]

Removes a response from self.

Available since:1.5

Parameters

id const char*
 

The response ID.

 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.