Home
last modified time | relevance | path

Searched refs:removed_photos (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/shotwell/shotwell-0.30.14/src/faces/
H A DFace.vala613 Gee.Collection<Photo> removed_photos = null;
617 removed_photos = new Gee.ArrayList<Photo>();
623 bool is_added = removed_photos.add(photo);
628 if (removed_photos != null)
629 foreach (Photo photo in removed_photos)
636 if (removed_photos != null)
637 global.notify_container_contents_removed(this, removed_photos, unlinking);
639 if (added_photos != null || removed_photos != null) {
640 global.notify_container_contents_altered(this, added_photos, relinking, removed_photos,
/dports/graphics/shotwell/shotwell-0.30.14/src/
H A DMetadataWriter.vala437 Gee.ArrayList<LibraryPhoto> removed_photos = new Gee.ArrayList<LibraryPhoto>();
441 removed_photos.add(photo);
444 photos_are_dirty(removed_photos, "removed from %s".printf(tag.to_string()), false);
/dports/graphics/elementary-photos/photos-2.7.1/src/
H A DMetadataWriter.vala440 Gee.ArrayList<LibraryPhoto> removed_photos = new Gee.ArrayList<LibraryPhoto> ();
444 removed_photos.add (photo);
447 photos_are_dirty (removed_photos, "removed from %s".printf (tag.to_string ()), false);
/dports/science/gramps/gramps-5.1.4/gramps/plugins/tool/
H A Dcheck.py2379 removed_photos = len(self.removed_photo)
2380 photos = bad_photos + replaced_photos + removed_photos
2596 if removed_photos:
2601 removed_photos).format(quantity=removed_photos)
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DContactsManager.cpp11462 auto removed_photos = old_size - user_photos->photos.size(); in delete_profile_photo_from_cache() local
11463 CHECK(removed_photos > 0); in delete_profile_photo_from_cache()
11464 …LOG_IF(ERROR, removed_photos != 1) << "Had " << removed_photos << " photos with ID " << profile_ph… in delete_profile_photo_from_cache()
11465 user_photos->count -= narrow_cast<int32>(removed_photos); in delete_profile_photo_from_cache()