Package ch.bailu.gtk.gio
Interface VolumeIface.OnGetIdentifier
- Enclosing class:
- VolumeIface
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptiononGetIdentifier
(CallbackHandler __self, Volume volume, Str kind)
-
Method Details
-
onGetIdentifier
- Parameters:
volume
- a #GVolumekind
- the kind of identifier to return- Returns:
- a newly allocated string containing the requested identifier, or %NULL if the #GVolume doesn't have this kind of identifier
-