Method

GtkColorDialogchoose_rgba_finish

Declaration [src]

GdkRGBA*
gtk_color_dialog_choose_rgba_finish (
  GtkColorDialog* self,
  GAsyncResult* result,
  GError** error
)

Description [src]

Finishes the gtk_color_dialog_choose_rgba() call and returns the resulting color.

Available since:4.10

Parameters

result GAsyncResult*
 

A GAsyncResult

 The data is owned by the caller of the function.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: GdkRGBA*
 

The selected color, or NULL and error is set.

 The caller of the method takes ownership of the data, and is responsible for freeing it.
 The return value can be NULL.