Home
last modified time | relevance | path

Searched refs:photo_filename (Results 1 – 11 of 11) sorted by relevance

/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/camel/
H A Dcamel-gpg-photo-saver.c26 static gchar *photo_filename = NULL; variable
33 { "photo", 'p', 0, G_OPTION_ARG_STRING, &photo_filename,
59 …if (!state_filename || !*state_filename || !photo_filename || !*photo_filename || !keyid || !*keyi… in main()
66 if (g_file_test (photo_filename, G_FILE_TEST_EXISTS | G_FILE_TEST_IS_REGULAR)) { in main()
86 source = g_file_new_for_path (photo_filename); in main()
90 …g_warning ("Failed to copy file '%s' to '%s': %s", photo_filename, tmp_filename, error ? error->me… in main()
110 g_warning ("Photo file '%s' does not exist", photo_filename); in main()
H A Dcamel-gpg-context.c1979 const gchar *photo_filename; /* allocated on the string pool */ in add_signers() local
1985 photo_filename = gpg_context_find_photo (photos, signers_keyid, name, email); in add_signers()
1988 if (index != -1 && photo_filename) { in add_signers()
1990 CAMEL_CIPHER_CERT_INFO_PROPERTY_PHOTO_FILENAME, (gpointer) photo_filename, in add_signers()
1992 } else if (photo_filename) { in add_signers()
1993 camel_gpg_context_free_photo_filename ((gpointer) photo_filename); in add_signers()
/dports/mail/evolution/evolution-3.42.1/src/em-format/
H A De-mail-formatter-secure-button.c166 const gchar *photo_filename; in add_photo_cb() local
172photo_filename = camel_cipher_certinfo_get_property (cert_info, CAMEL_CIPHER_CERT_INFO_PROPERTY_PH… in add_photo_cb()
173 if (!photo_filename || !g_file_test (photo_filename, G_FILE_TEST_EXISTS | G_FILE_TEST_IS_REGULAR)) in add_photo_cb()
186 uri = g_filename_to_uri (photo_filename, NULL, NULL); in add_photo_cb()
/dports/multimedia/cheese/cheese-41.1/libcheese/
H A Dcheese-camera.c80 gchar *photo_filename; member
269 if (priv->photo_filename != NULL && filename != NULL && in cheese_camera_bus_message_cb()
270 (strcmp (priv->photo_filename, filename) == 0)) in cheese_camera_bus_message_cb()
1217 g_free (priv->photo_filename); in cheese_camera_take_photo()
1218 priv->photo_filename = g_strdup (filename); in cheese_camera_take_photo()
1224 if (priv->photo_filename == NULL) in cheese_camera_take_photo()
1268 if (priv->photo_filename) in cheese_camera_take_photo_pixbuf()
1269 g_free (priv->photo_filename); in cheese_camera_take_photo_pixbuf()
1270 priv->photo_filename = NULL; in cheese_camera_take_photo_pixbuf()
1295 if (priv->photo_filename) in cheese_camera_finalize()
[all …]
/dports/sysutils/tracker3/tracker-3.1.2/utils/data-generators/cc/
H A Dnmm.py55 photo_filename = 'photo%d.jpg' % index
56 photo_url = 'file:///path/' + photo_filename
/dports/sysutils/tracker/tracker-2.3.4/utils/data-generators/cc/
H A Dnmm.py55 photo_filename = 'photo%d.jpg' % index
56 photo_url = 'file:///path/' + photo_filename
/dports/multimedia/clutter-gst3/clutter-gst-3.0.27/clutter-gst/
H A Dclutter-gst-camera.c84 gchar *photo_filename; member
290 g_free (priv->photo_filename); in clutter_gst_camera_dispose()
291 priv->photo_filename = NULL; in clutter_gst_camera_dispose()
534 if (priv->photo_filename != NULL && filename != NULL && in bus_message_cb()
535 (strcmp (priv->photo_filename, filename) == 0)) in bus_message_cb()
1726 g_free (priv->photo_filename); in clutter_gst_camera_take_photo()
1727 priv->photo_filename = g_strdup (filename); in clutter_gst_camera_take_photo()
1773 g_free (priv->photo_filename); in clutter_gst_camera_take_photo_pixbuf()
1774 priv->photo_filename = NULL; in clutter_gst_camera_take_photo_pixbuf()
/dports/deskutils/osmo/osmo-0.4.4/src/
H A Dcontacts.h58 void insert_photo (gchar *photo_filename, GtkTextIter *iter, GUI …
/dports/graphics/rawstudio/rawstudio-2.0/librawstudio/
H A Drs-library.h63 void rs_library_backup_tags(RSLibrary *library, const gchar *photo_filename);
H A Drs-library.c982 rs_library_backup_tags(RSLibrary *library, const gchar *photo_filename) in rs_library_backup_tags() argument
991 gchar *directory = g_path_get_dirname(photo_filename); in rs_library_backup_tags()
992 gchar *dotdir = rs_dotdir_get(photo_filename); in rs_library_backup_tags()
/dports/audio/gtkpod/gtkpod-1.0.0/src/
H A Ddisplay_photo.c105 static void gphoto_add_image_to_database(gchar *photo_filename);
737 static void gphoto_add_image_to_database(gchar *photo_filename) in gphoto_add_image_to_database() argument
744 g_return_if_fail (photo_filename); in gphoto_add_image_to_database()
749 image = itdb_photodb_add_photo (photodb, photo_filename, -1, GDK_PIXBUF_ROTATE_NONE, &error); in gphoto_add_image_to_database()