home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / lib / perl5 / Net / DBus / Tutorial.pod < prev   
Encoding:
Text File  |  2006-02-19  |  1.9 KB  |  67 lines

  1. # -*- perl -*-
  2. #
  3. # Copyright (C) 2004-2005 Daniel P. Berrange
  4. #
  5. # This program is free software; you can redistribute it and/or modify
  6. # it under the terms of the GNU General Public License as published by
  7. # the Free Software Foundation; either version 2 of the License, or
  8. # (at your option) any later version.
  9. #
  10. # This program is distributed in the hope that it will be useful,
  11. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  13. # GNU General Public License for more details.
  14. #
  15. # You should have received a copy of the GNU General Public License
  16. # along with this program; if not, write to the Free Software
  17. # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  18. #
  19. # $Id: Tutorial.pod,v 1.2 2006/02/03 13:34:18 dan Exp $
  20.  
  21. =pod
  22.  
  23. =head1 NAME
  24.  
  25. Net::DBus::Tutorial - tutorials on the Perl DBus APIs
  26.  
  27. =head1 DESCRIPTION
  28.  
  29. This section includes tutorials on the Perl DBus APIs. Current
  30. topics include providing a service, by exporting objects to the
  31. bus, and accessing a service, by calling objects on the bus.
  32.  
  33. =over 4
  34.  
  35. =item L<Net::DBus::Tutorial::ExportingObjects>
  36.  
  37. This tutorial covers how to provide a service to the bus by
  38. exporting objects. The topics covered include basics of creating
  39. objects and methods, emitting signals, exporting properties,
  40. registering services for automatic activation.
  41.  
  42. =item L<Net::DBus::Tutorial::UsingObjects>
  43.  
  44. This tutorial cover how to use a service provided on the bus
  45. by another application. The topics covered include the basics
  46. of calling methods on remote objects, explicitly calling methods
  47. in particular interfaces, listening for signals.
  48.  
  49. NB This tutorial is yet to be written.
  50.  
  51. =back
  52.  
  53. =head1 SEE ALSO
  54.  
  55. L<Net::DBus>, L<Net::DBus::Object>, L<Net::DBus::RemoteObject>,
  56. L<http://freedesktop.org/>
  57.  
  58. =head1 AUTHORS
  59.  
  60. Daniel P. Berrange L<mailto:dan@berrange.com>
  61.  
  62. =head1 COPYRIGHT
  63.  
  64. Copyright 2005 Daniel P. Berrange
  65.  
  66. =cut
  67.