Bug 257350 - Documentation update + api question about kde_terminal_interface.h
Summary: Documentation update + api question about kde_terminal_interface.h
Status: RESOLVED FIXED
Alias: None
Product: konsole
Classification: Applications
Component: kpart (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR minor
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-19 20:55 UTC by Robert Klotzner
Modified: 2012-06-10 13:33 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 4.9.0


Attachments
Documentation update, replaced deprecated API calls (2.40 KB, text/plain)
2010-11-19 20:55 UTC, Robert Klotzner
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Klotzner 2010-11-19 20:55:18 UTC
Created attachment 53557 [details]
Documentation update, replaced deprecated API calls

Version:           unspecified (using KDE 4.4.5) 
OS:                Linux

I noted that the documentation of interfaces/terminal/kde_terminal_interface.h seems to be outdated. I updated it to the new API calls and added some stuff, that would have helped me. The example code I updated, compiled in my environment.

Besides that, the mentioned signal: void receivedData( const QString& s )
does not seem to exist, at least I can not find it anywhere, except in Session.h, but not in the kpart component. Am I missing something? I also blindly tried to connect to this signal, without success.

Reproducible: Didn't try
Comment 1 Jekyll Wu 2011-10-29 09:36:58 UTC
I am not sure what is the real problem here: the interface & documentaion is outdated, or the implementation does not fully implement the interface ?
Comment 2 Kurt Hindenburg 2011-11-20 16:19:53 UTC
I agree that the docs for the interfaces need updated.    The sample code should at least work.