~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.getProperty.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.getProperty() \- Get a named property value of an instance
 
4
.SH SYNOPSIS
 
5
.nf
 
6
.B #include <cmci.h>
 
7
.sp
 
8
.BI CMPIData
 
9
.BI CMCIClientFT.getProperty (CMCIClient* cl,
 
10
.br
 
11
.BI                             CMPIObjectPath* op,
 
12
.br
 
13
.BI                             const char* name,
 
14
.br
 
15
.BI                             CMPIStatus* rc);
 
16
.br
 
17
.sp
 
18
.fi
 
19
.SH DESCRIPTION
 
20
Get the named property value of an instance identified by reference \fIop\fP.
 
21
.PP
 
22
Arguments are the client object pointer \fIcl\fP, an ObjectPath object 
 
23
pointer \fIop\fP with the namespace and classname to identify the instance,
 
24
a pointer to a string with the property name to get in \fIname\fP,
 
25
and \fIrc\fP which returns the operation status (suppressed when NULL).
 
26
.PP
 
27
.SH "RETURN VALUE"
 
28
When successful the \fBCMCIClientFT.getProperty()\fP function returns
 
29
a CMPIData object with the instance property value and sets a successful
 
30
operation status code in \fIrc\fR.
 
31
When unsuccessful it returns the CMPIStatus object with sets an operation
 
32
status error code and corresponding error string.
 
33
.SH "ERRORS"
 
34
.sp
 
35
.SH "EXAMPLES"
 
36
.sp
 
37
.SH "CONFORMING TO"
 
38
.sp
 
39
.SH "SEE ALSO"
 
40
Common Manageability Programming Interface (CMPI) - OpenGroup,
 
41
.br
 
42
CMCIClient(3), CMPIData(3), CMPIObjectPath(3), CMPIStatus(3)