[Vala] GIO: nullable parameters, File object construction
- From: Frederik <scumm_fredo gmx net>
- To: vala-list gnome org
- Subject: [Vala] GIO: nullable parameters, File object construction
- Date: Tue, 13 May 2008 12:09:05 +0200
I think in the GIO vapi bindings there are more parameters that should
be marked as nullable. For example: "etag" as in File.replace() or
"progress_callback" as in File.move().
btw, is it an inconsistency that File objects get constructed by
File.new_for_commandline_arg()
File.new_for_path()
File.new_for_uri()
instead of
new File.for_commandline_arg()
new File.for_path()
new File.for_uri()
?
Regards,
Frederik
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]