tizen 2.3 release
[external/buxton.git] / docs / buxton_client_handle_response.3
1 '\" t
2 .TH "BUXTON_CLIENT_HANDLE_RESPONSE" "3" "buxton 1" "buxton_client_handle_response"
3 .\" -----------------------------------------------------------------
4 .\" * Define some portability stuff
5 .\" -----------------------------------------------------------------
6 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7 .\" http://bugs.debian.org/507673
8 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
9 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10 .ie \n(.g .ds Aq \(aq
11 .el       .ds Aq '
12 .\" -----------------------------------------------------------------
13 .\" * set default formatting
14 .\" -----------------------------------------------------------------
15 .\" disable hyphenation
16 .nh
17 .\" disable justification (adjust text to left margin only)
18 .ad l
19 .\" -----------------------------------------------------------------
20 .\" * MAIN CONTENT STARTS HERE *
21 .\" -----------------------------------------------------------------
22 .SH "NAME"
23 buxton_client_handle_response \- Notification response helper
24
25 .SH "SYNOPSIS"
26 .nf
27 \fB
28 #include <buxton.h>
29 \fR
30 .sp
31 \fB
32 ssize_t buxton_client_handle_response(BuxtonClient \fIclient\fB)
33 \fR
34 .fi
35
36 .SH "DESCRIPTION"
37 .PP
38 This function retrieves the response from \fBbuxtond\fR for the \fIclient\fR.
39
40 Several manual pages include code examples that use this function.
41 For an example, see \fBbuxton_create_group\fR(3).
42
43 .SH "RETURN VALUE"
44 .PP
45 Returns the number of messages processed, or -1 if there was an error\&.
46
47 .SH "COPYRIGHT"
48 .PP
49 Copyright 2014 Intel Corporation\&. License: Creative Commons
50 Attribution\-ShareAlike 3.0 Unported\s-2\u[1]\d\s+2\&.
51
52 .SH "SEE ALSO"
53 .PP
54 \fBbuxton\fR(7),
55 \fBbuxtond\fR(8),
56 \fBbuxton\-api\fR(7)
57
58 .SH "NOTES"
59 .IP " 1." 4
60 Creative Commons Attribution\-ShareAlike 3.0 Unported
61 .RS 4
62 \%http://creativecommons.org/licenses/by-sa/3.0/
63 .RE