Re: GSJ GIRepository VS Seed
- From: Andrea Giammarchi <andrea giammarchi gmail com>
- To: Emmanuele Bassi <ebassi gmail com>
- Cc: Alan Knowles <alan roojs com>, javascript-list <javascript-list gnome org>
- Subject: Re: GSJ GIRepository VS Seed
- Date: Tue, 22 Mar 2016 11:12:51 +0000
Ciao Emmanuele,
I understand what you are saying but I have this kind of unexpected/undesired scenario:
```js
const
Gio = imports.gi.Gio,
current = Gio.File.new_for_path('/usr/bin/env')
;
print(current.get_path()); // "/usr/bin/env"
print(current instanceof Gio.File); // false <== see this?
```
Are my expectations wrong? Am I testing against the wrong "class"?
Is there a known list of private/internal class I can at least manually look at?
Thanks
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]