~ubuntu-branches/ubuntu/trusty/libcdk5/trusty

« back to all changes in this revision

Viewing changes to man/cdk_compat.3

  • Committer: Bazaar Package Importer
  • Author(s): John Goerzen
  • Date: 2007-06-06 03:54:31 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070606035431-ba4gdvw0h6ybffsu
Tags: 5.0.20060507-1
* New upstream release.
* Fixed header patching.  Patch from Robert Schiele.
  Closes: #402978, #416336.
* Update widget count in description.  Closes: #294709.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
'\" t
2
 
.\" $Id: cdk_compat.3,v 1.2 2005/04/24 20:08:46 tom Exp $
 
2
.\" $Id: cdk_compat.3,v 1.4 2005/12/28 21:52:07 tom Exp $
 
3
.de XX
 
4
..
3
5
.TH cdk_compat 3
4
6
.SH NAME
5
 
getDirectoryContents,
6
 
readFile,
7
 
splitString \- Cdk4 compatibility functions
 
7
.XX getDirectoryContents
 
8
.XX readFile
 
9
.XX splitString
 
10
cdk_compat \- Cdk4 compatibility functions
8
11
.SH SYNOPSIS
9
12
.SH SYNOPSIS
10
13
.LP
28
31
.TP 15
29
32
.B "int splitString ("
30
33
.BI "char *" "string",
31
 
.BI "char *" "items"[],
 
34
.BI "char **" "items",
32
35
.BI "char " "splitChar");
33
36
.fi
34
37
.SH DESCRIPTION