~ubuntu-branches/ubuntu/utopic/sblim-sfcc/utopic-proposed

« back to all changes in this revision

Viewing changes to .pc/fix-manpage-mismatch.patch/man/man3/CMCIClientFT.createInstance.3

  • Committer: Package Import Robot
  • Author(s): Kent Baxley
  • Date: 2014-06-25 13:34:21 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20140625133421-6a2arkqw06znji3u
Tags: 2.2.7-0ubuntu1
* New upstream release (LP: #1335941). 
* New Features:
 - [bugs:#2692] SFCC: SfcbLocal interface should expose markHeap() and releaseHeap()

 Bugs:
 - [bugs:#2728] Missing tag definition for REFARRAY
 - [bugs:#2729] Improper type handling for EmbeddedObject in PARAMVALUE
 - [bugs:#2730] More memory leaks in backend/cimxml/grammer.c
 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH  3  2005-06-09 "sfcc" "SFCBroker Client Library"
 
2
.SH NAME
 
3
CMCIClientFT.createInstance() \- Create class instance
 
4
.SH SYNOPSIS
 
5
.nf
 
6
.B #include <cmci.h>
 
7
.sp
 
8
.BI CMPIObjectPath *
 
9
.BI CMCIClientFT.createInstance (CMCIClient* cl,
 
10
.br
 
11
.BI                             CMPIObjectPath* op,
 
12
.br
 
13
.BI                             CMPIInstance* inst,
 
14
.br
 
15
.BI                             CMPIStatus* rc);
 
16
.br
 
17
.sp
 
18
.fi
 
19
.SH DESCRIPTION
 
20
Create class instance using \fIop\fP as reference.
 
21
.PP
 
22
Arguments are the client object pointer \fIcl\fP, ObjectPath object 
 
23
pointer \fIop\fP that contains namespace and classname components,
 
24
\fIinst\fP is a complete instance object pointer, and \fIrc\fP the
 
25
CMPI operation  status (suppressed when NULL).
 
26
.PP
 
27
.SH "RETURN VALUE"
 
28
When successful the \fBCMCIClientFT.createInstance()\fP function returns
 
29
a pointer to a CMPIObjectPath object with the new instance reference and 
 
30
sets a successful status code for \fIrc\fR.
 
31
When unsuccessful it returns NULL and sets the \fIrc\fP argument with the
 
32
error code and and corresponding error string.
 
33
.SH "ERRORS"
 
34
.sp
 
35
.SH "EXAMPLES"
 
36
.sp
 
37
.SH "SEE ALSO"
 
38
Common Manageability Programming Interface (CMPI) - OpenGroup,
 
39
.br
 
40
CMCIClient(3), CMPIObjectPath(3), CMPIInstance(3), CMPIStatus(3)