~whereswaldon/gio-x

e9435b40b0f95eb8125e7cd329c98158825b6ed3 — Sebastien Binet 4 months ago f6d7d86
explorer: fix comment stemming from deprecated API

Signed-off-by: Sebastien Binet <binet@cern.ch>
1 files changed, 1 insertions(+), 1 deletions(-)

M explorer/explorer.go
M explorer/explorer.go => explorer/explorer.go +1 -1
@@ 91,7 91,7 @@ func (e *Explorer) ListenEvents(evt event.Event) {
// Optionally, it's possible to define which file extensions is supported to
// be selected (such as `.jpg`, `.png`).
//
// Example: ReadFile(".jpg", ".png") will only accept the selection of files with
// Example: ChooseFile(".jpg", ".png") will only accept the selection of files with
// .jpg or .png extensions.
//
// In some platforms the resulting `io.ReadCloser` is a `os.File`, but it's not