DCOP - Perl extension to speak to the dcop server via system's DCOP client.


DCOP documentation  | view source Contained in the DCOP distribution.

Index


NAME

Top

DCOP - Perl extension to speak to the dcop server via system's DCOP client.

SYNOPSIS

Top

  use DCOP;
  $dcop = DCOP->new();
  print $dcop->run( 'konqueror interfaces' ), "\n";

DESCRIPTION

Top

This class is meant to be a base constructor for higher level of abstraction on dcop clients.

METHODS

Top

new()

Constructor. Args: user, session, noSession, target, control. Target is the application wished to control. Control is the interface of the application wished to control. User is the user name, session is the DCOP session's name belonging to the user specified, noSession is supplied when no session needs to be automatically gotten.

run()

Function call. This is how we interface with dcop.

AUTHOR

Top

Juan C. Muller, <jcmuller@gmail.com>

COPYRIGHT AND LICENSE

Top


DCOP documentation  | view source Contained in the DCOP distribution.