After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 547580 - g_[input|output]_stream_query_info(_async) not implemented
g_[input|output]_stream_query_info(_async) not implemented
Status: RESOLVED DUPLICATE of bug 520244
Product: gvfs
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gvfs-maint
gvfs-maint
Depends on:
Blocks:
 
 
Reported: 2008-08-13 11:25 UTC by Paolo Borelli
Modified: 2008-08-13 11:36 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Paolo Borelli 2008-08-13 11:25:39 UTC
It seems that gvfs doesn't implement 

g_input_stream_query_info
g_input_stream_query_info_async
g_output_stream_query_info
g_output_stream_query_info_async

This is very bad since it means programs cannot really rely on those functions...
In other words we have an abstract interface that is supposed to hide the details of various backends, but that is not true because the backends behave differently and I am forced to fallback to g_file_query_info in the application code.

tbzatek tells me that this is a generic gvfs problem not a backend-specific one.
Comment 1 Bastien Nocera 2008-08-13 11:36:03 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.


*** This bug has been marked as a duplicate of 520244 ***