Home
last modified time | relevance | path

Searched refs:gth_image_get_is_null (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/gthumb/gthumb-3.10.1/gthumb/
H A Dgth-image.h94 gboolean gth_image_get_is_null (GthImage *image);
H A Dgth-image-loader.c271 if ((image == NULL) || gth_image_get_is_null (image)) { in load_image_thread()
H A Dgth-image.c310 gth_image_get_is_null (GthImage *self) in gth_image_get_is_null() function