Constructor

GcrUiImportButtonnew

Declaration [src]

GcrImportButton*
gcr_import_button_new (
  const gchar* label
)

Description [src]

Create a new GcrImportButton.

Parameters

label const gchar*
 

Label to display on the button.

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

Return value

Returns: GcrImportButton
 

A newly created GcrImportButton.

 The caller of the function takes ownership of the data, and is responsible for freeing it.