Function
GimpUirandom_seed_new
Declaration [src]
GtkWidget*
gimp_random_seed_new (
guint32* seed,
gboolean* random_seed
)
Description [src]
Creates a widget that allows the user to control how the random number generator is initialized.
Parameters
seed |
guint32* |
A pointer to the variable which stores the random seed. |
|
The data is owned by the caller of the function. | |
random_seed |
gboolean* |
A pointer to a boolean indicating whether seed should be initialised randomly or not. |
|
The data is owned by the caller of the function. |
Return value
Returns: | GtkWidget |
A |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |