Function
GimpUiIntStorelookup_by_user_data
Declaration [src]
gboolean
gimp_int_store_lookup_by_user_data (
GtkTreeModel* model,
gpointer user_data,
GtkTreeIter* iter
)
Parameters
model |
GtkTreeModel |
A |
|
The data is owned by the caller of the function. | |
user_data |
gpointer |
A gpointer “user-data” to lookup in the |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
iter |
GtkTreeIter |
Return location for the iter of the given |
|
The argument will be set by the function. | |
The data is owned by the caller of the function. |