Home
last modified time | relevance | path

Searched refs:g_volume_get_uuid (Results 1 – 25 of 43) sorted by relevance

12

/dports/devel/gvfs/gvfs-1.46.2/monitor/goa/
H A Dgoavolumemonitor.c126 uuid_a = g_volume_get_uuid (volume_a); in uuid_compare()
142 uuid_a = g_volume_get_uuid (a); in volume_compare()
143 uuid_b = g_volume_get_uuid (b); in volume_compare()
/dports/x11/libfm-qt/libfm-qt-1.0.0/src/
H A Dplacesview.cpp95 … CStrPtr uuid{g_volume_get_uuid(static_cast<PlacesModelVolumeItem*>(item)->volume())}; in filterAcceptsRow()
112 … CStrPtr uuid{g_volume_get_uuid(static_cast<PlacesModelVolumeItem*>(childItem)->volume())}; in filterAcceptsRow()
569 CStrPtr uuid{g_volume_get_uuid(static_cast<PlacesModelVolumeItem*>(item)->volume())}; in contextMenuEvent()
H A Dplacesmodelitem.cpp130 if(CStrPtr uuid{g_volume_get_uuid(volume_)}) { in update()
/dports/devel/glib20/glib-2.70.4/gio/
H A Dgvolume.h194 char * g_volume_get_uuid (GVolume *volume);
H A Dgvolume.c204 g_volume_get_uuid (GVolume *volume) in g_volume_get_uuid() function
/dports/devel/glib20/glib-2.70.4/gio/tests/
H A Dvolumemonitor.c62 uuid = g_volume_get_uuid (volume); in do_volume_tests()
/dports/x11/libfm-qt/libfm-qt-1.0.0/src/core/
H A Dvolumemanager.h30 return CStrPtr{g_volume_get_uuid(get())}; in uuid()
/dports/www/castor/castor-0.8.16/cargo-crates/gio-0.8.1/src/auto/
H A Dvolume.rs241 unsafe { from_glib_full(gio_sys::g_volume_get_uuid(self.as_ref().to_glib_none().0)) } in get_uuid()
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gio-0.7.0/src/auto/
H A Dvolume.rs249 unsafe { from_glib_full(gio_sys::g_volume_get_uuid(self.as_ref().to_glib_none().0)) } in get_uuid()
/dports/net-im/fractal/fractal-4.4.0/vendor/gio/src/auto/
H A Dvolume.rs241 unsafe { from_glib_full(gio_sys::g_volume_get_uuid(self.as_ref().to_glib_none().0)) } in get_uuid()
/dports/devel/glibmm/glibmm-2.64.2/gio/giomm/
H A Dvolume.cc367 …return Glib::convert_return_gchar_ptr_to_stdstring(g_volume_get_uuid(const_cast<GVolume*>(gobj()))… in get_uuid()
/dports/deskutils/gnome-photos/gnome-photos-40.0/src/
H A Dphotos-device-item.c290 uuid = g_volume_get_uuid (self->volume); in photos_device_item_create_thumbnail_path()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gio-0.14.3/src/auto/
H A Dvolume.rs259 unsafe { from_glib_full(ffi::g_volume_get_uuid(self.as_ref().to_glib_none().0)) } in uuid()
/dports/net/gnome-online-miners/gnome-online-miners-3.34.0/src/
H A Dgom-owncloud-miner.c323 uuid = g_volume_get_uuid (volume); in is_matching_volume()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/gio/src/auto/
H A Dvolume.rs259 unsafe { from_glib_full(ffi::g_volume_get_uuid(self.as_ref().to_glib_none().0)) } in uuid()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gio-0.14.8/src/auto/
H A Dvolume.rs259 unsafe { from_glib_full(ffi::g_volume_get_uuid(self.as_ref().to_glib_none().0)) } in uuid()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gio-0.14.8/src/auto/
H A Dvolume.rs259 unsafe { from_glib_full(ffi::g_volume_get_uuid(self.as_ref().to_glib_none().0)) } in uuid()
/dports/x11/libfm-extra/libfm-1.3.2/src/udisks/
H A Dg-udisks-mount.c177 return mnt->vol ? g_volume_get_uuid(G_VOLUME(mnt->vol)) : NULL; in g_udisks_mount_get_uuid()
/dports/x11/libfm/libfm-1.3.2/src/udisks/
H A Dg-udisks-mount.c177 return mnt->vol ? g_volume_get_uuid(G_VOLUME(mnt->vol)) : NULL; in g_udisks_mount_get_uuid()
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/gio-0.14.0/src/auto/
H A Dvolume.rs259 unsafe { from_glib_full(ffi::g_volume_get_uuid(self.as_ref().to_glib_none().0)) } in uuid()
/dports/x11/sirula/sirula-1.0.0/cargo-crates/gio-0.14.8/src/auto/
H A Dvolume.rs259 unsafe { from_glib_full(ffi::g_volume_get_uuid(self.as_ref().to_glib_none().0)) } in uuid()
/dports/x11-fm/thunar/thunar-4.16.10/thunar/
H A Dthunar-device.c376 ident = g_volume_get_uuid (device->device); in thunar_device_get_identifier()
/dports/devel/glibmm/glibmm-2.64.2/gio/src/
H A Dvolume.hg58 _WRAP_METHOD(std::string get_uuid() const, g_volume_get_uuid)
/dports/audio/clementine-player/Clementine-1.4.0rc1/src/devices/
H A Dgiolister.cpp435 volume_uuid = ConvertAndFree(g_volume_get_uuid(volume)); in ReadVolumeInfo()
/dports/audio/strawberry/strawberry-1.0.0/src/device/
H A Dgiolister.cpp508 volume_uuid = ConvertAndFree(g_volume_get_uuid(volume)); in ReadVolumeInfo()

12