Re: Problem Querying Bonobo_Unknown
Andrew Burton <[email protected]> Wed, 11 Feb 2004 22:44:02 +1100
| Newsgroups | gmane.comp.gnome.components |
|---|---|
| Message-ID | <1076499285.1296.1.camel@localhost> |
On Tue, 2004-02-10 at 00:42, Gustavo J. A. M. Carneiro wrote: > A Seg, 2004-02-09 Ã s 13:30, Stephane K. escreveu: > > Michael Meeks wrote: > > > > >Hi Andrew, > > > > > >On Thu, 2004-02-05 at 20:59 +1100, Andrew Burton wrote: > > > > > > > > >>For some reason, I cannot get pstream to work with the > > >>Bonobo_Unknown_queryInterface call. If I use Bonobo_PersistFile instead, > > >> > > >> > > > > > > So the EOG control isn't implementing PersistStream - which is a shame; > > >of course, it's harder - but then it's often more flexible / efficient / > > >powerful so ... ;-> > > > > > > Of course - it'd be really nice if someone hacked up a generic > > >PersistFile -> PersistStream adaptor that worked via a /tmp file such > > >that this was hidden from users. > > > > > > HTH, > > > > > > Michael. > > > > > > > > > > > Hey people, > > > > anybody knows why the docs of bonobo 2.2 file persiststream and persist > > file as deprecated? What else should we use then? > > Nope, that got me confused as well. The _interfaces_ PersistFile and > PersistStream are _not_ deprecated. The only deprecated part is the C > implementations. Michael explained once that these are very thin > implementations, therefore not worth keeping in the library, and > applications should make their own. I'll see if I can update the docs > soon to explain this. > > Regards. Thanks everyone for your help. I'll raise it as a bug with the eog crew. Plus reading this last comment about the interfaces/implementations helped clear a few things up! ADB