~ubuntu-branches/ubuntu/trusty/guile-gnome-platform/trusty-proposed

« back to all changes in this revision

Viewing changes to libgnome/doc/section-gnome-exec.xml.texi

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Rottmann
  • Date: 2009-03-01 22:51:48 UTC
  • mfrom: (1.1.2 upstream) (3.2.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090301225148-5cubt342wiv8jpmf
Tags: 2.16.1-1
* New upstream release.
* Upstream bumped API, hence all package names changed from
  guile-gnome0-* to guile-gnome2-*.
* Standards-Version 3.8.0 (no changes).
* Remove unused guile-gnome2-cairo.install file.
* Added ${misc:Depends} to all packages.
* Do not build-depend on a -1 revision of the g-wrap packages.
* Add a proper "Copyright YEARS AUTHORS" line to debian/copyright.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
@c %start of fragment
3
 
 
4
 
@node gnome-exec
5
 
@chapter gnome-exec
6
 
Execution of programs from within GNOME applications.
7
 
 
8
 
@section Overview
9
 
The gnome-execute family of functions are provided to simplify execution of
10
 
programs from withing GNOME applications. These routines are required to avoid
11
 
passing opened file descriptors to a child process (like the X11 sockets and
12
 
CORBA sockets). They will also make sure to terminate properly.
13
 
 
14
 
The range of possibilities goes from the most simple use to the most specialized
15
 
ones.
16
 
 
17
 
@section Usage
18
 
@include defuns-gnome-exec.xml.texi
19
 
 
20
 
@c %end of fragment