Method

AdapDialogclose

since: 1.5

Declaration [src]

gboolean
adap_dialog_close (
  AdapDialog* self
)

Description [src]

Attempts to close self.

If the AdapDialog:can-close property is set to FALSE, the AdapDialog::close-attempt signal is emitted.

See also: adap_dialog_force_close().

Available since: 1.5

Return value

Type: gboolean

Whether self was successfully closed.