File: DBusKit.texi

package info (click to toggle)
dbuskit 0.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 3,552 kB
  • sloc: objc: 10,309; sh: 9,443; ansic: 200; makefile: 20
file content (68 lines) | stat: -rw-r--r-- 2,101 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
\input texinfo              @c -*-texinfo-*- 
 
@c %**start of header 
@setfilename DBusKit.info 
@settitle GNUstep D-Bus Programming Manual
@documentencoding UTF-8
@c %**end of header 
 
@dircategory Software libraries
@direntry
* DBusKit: (DBusKit).        DBusKit library and D-Bus Programming Manual
@end direntry

@ifinfo
Copyright @copyright{} 2010 Free Software Foundation

Permission is granted to copy, distribute and/or modify this
document under the terms of the GNU Free Documentation License,
Version 1.3 or any later version published by the Free Software
Foundation; with no Invariant Sections, no Front-Cover Texts and
no Back-Cover Texts.  A copy of the license is included in the
section entitled ``GNU Free Documentation License''.
@end ifinfo

@setchapternewpage odd
@titlepage

@title GNUstep DBusKit and D-Bus Programming Manual

@author Niels Grewe

@page
@vskip 0pt plus 1filll
Copyright @copyright{} 2010 Free Software Foundation

Permission is granted to copy, distribute and/or modify this
document under the terms of the GNU Free Documentation License,
Version 1.3 or any later version published by the Free Software
Foundation; with no Invariant Sections, no Front-Cover Texts and
no Back-Cover Texts.  A copy of the license is included in the
section entitled ``GNU Free Documentation License''.
@end titlepage

@contents

@node Top
@top GNUstep D-Bus Programming Manual
@menu
* Introduction::		  An introduction to the Distributed Objects and D-Bus IPC mechanisms
* Using D-Bus From Objective-C::  Describes how to access D-Bus services from an Objective-C application
* Exposing Objects on D-Bus::     Describes how to expose Objective-C objects to other D-Bus aware applications.
* GNU Free Documentation License::The license terms of this document
@end menu
@c Chapter 1: Introduction
@include Introduction.texi

@c Chapter 2: Using D-Bus From Objective-C
@include UsingDBus.texi

@c Chapter 3: Exposing Objects on D-Bus
@include ExposingObjects.texi

@c Appendix A: GNU Free Documentation License
@include fdl-1.3.texi

@unnumbered Concept Index
@printindex cp
@bye