You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Saturday, February 4th 2006, 5:01pm

[kopete] dcop kopete documentation?

Where do I find complete documentation for all the possible parameters to the "dcop kopete" command?

2

Saturday, February 4th 2006, 9:11pm

RE: [kopete] dcop kopete documentation?

dcop function are normal class function which can be called from another program. So, if the functions are documentated, they are in the API documentation.

For Kopete, I did a grep for "k_dcop". The functions are defined in the following files:
  • kopete/kopeteiface.h
  • kopete/kimiface.h
  • libkopete/connectionmanager.h
  • libkopete/clientiface.h
  • plugins/statistics/statisticsdcopiface.h
  • plugins/smpppdcs/smpppdcsiface.h
You can view the files with http://websvn.kde.org/branches/KDE/3.5/kdenetwork/kopete/

For libkopete, there are api references at http://developer.kde.org/documentation/l…libkopete/html/
The functions which come from libkopete are most likely described there.

3

Saturday, February 4th 2006, 10:49pm

Gosh! No wonder I couldn't find anything :-(

Thank you.