You are not logged in.

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.