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 345701 - StreamableContent interface is nonfunctional
StreamableContent interface is nonfunctional
Status: RESOLVED FIXED
Product: at-spi
Classification: Platform
Component: general
0.0.1
Other All
: Normal normal
: ---
Assigned To: bill.haneman
bill.haneman
Depends on:
Blocks:
 
 
Reported: 2006-06-22 22:58 UTC by bill.haneman
Modified: 2006-06-22 23:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch which fixes StreamableContent interface such that it is useful (13.75 KB, patch)
2006-06-22 23:05 UTC, bill.haneman
committed Details | Review

Description bill.haneman 2006-06-22 22:58:49 UTC
Even if an object implements AtkStreamableContent, the StreamableContent implementaiton code, cspi wrappers, and other bits have bugs that make the resulting interface nonfunctional.  This was only recently discovered since until now there have been no producers (thus, few/no consumers) of this interface.  However we expect this interface to become quite important in the near future, in support of rich text, complex documents, and multimedia.

A working patch is available.
Comment 1 bill.haneman 2006-06-22 23:05:18 UTC
Created attachment 67873 [details] [review]
patch which fixes StreamableContent interface such that it is useful