Home
last modified time | relevance | path

Searched refs:rs_library_photo_tags (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/rawstudio/rawstudio-2.0/librawstudio/
H A Drs-exif.cc243 GList *tags = rs_library_photo_tags(lib, input_filename, FALSE); in rs_add_tags_exif()
290 GList *tags = rs_library_photo_tags(lib, input_filename, FALSE); in rs_add_tags_iptc()
H A Drs-library.h58 GList *rs_library_photo_tags(RSLibrary *library, const gchar *photo, const gboolean autotag);
H A Drs-library.c902 rs_library_photo_tags(RSLibrary *library, const gchar *photo, const gboolean autotag) in rs_library_photo_tags() function
/dports/graphics/rawstudio/rawstudio-2.0/src/
H A Drs-store.c622 GList *tags = rs_library_photo_tags(library, filename, autotag); in query_tooltip()