comparison src/protocols/novell/nmuserrecord.h @ 8684:046dd8ef2920

[gaim-migrate @ 9437] Excess whitespace bad, especially *that* much. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 17 Apr 2004 18:29:20 +0000
parents 9ee2542d1104
children 6663ad2386d9
comparison
equal deleted inserted replaced
8683:76935eb1bd40 8684:046dd8ef2920
7 * USED, PRACTICED, PERFORMED, COPIED, DISTRIBUTED, REVISED, MODIFIED, 7 * USED, PRACTICED, PERFORMED, COPIED, DISTRIBUTED, REVISED, MODIFIED,
8 * TRANSLATED, ABRIDGED, CONDENSED, EXPANDED, COLLECTED, COMPILED, LINKED, 8 * TRANSLATED, ABRIDGED, CONDENSED, EXPANDED, COLLECTED, COMPILED, LINKED,
9 * RECAST, TRANSFORMED OR ADAPTED WITHOUT THE PRIOR WRITTEN CONSENT OF NOVELL, 9 * RECAST, TRANSFORMED OR ADAPTED WITHOUT THE PRIOR WRITTEN CONSENT OF NOVELL,
10 * INC. ANY USE OR EXPLOITATION OF THIS WORK WITHOUT AUTHORIZATION COULD SUBJECT 10 * INC. ANY USE OR EXPLOITATION OF THIS WORK WITHOUT AUTHORIZATION COULD SUBJECT
11 * THE PERPETRATOR TO CRIMINAL AND CIVIL LIABILITY. 11 * THE PERPETRATOR TO CRIMINAL AND CIVIL LIABILITY.
12 * 12 *
13 * AS BETWEEN [GAIM] AND NOVELL, NOVELL GRANTS [GAIM] THE RIGHT TO REPUBLISH 13 * AS BETWEEN [GAIM] AND NOVELL, NOVELL GRANTS [GAIM] THE RIGHT TO REPUBLISH
14 * THIS WORK UNDER THE GPL (GNU GENERAL PUBLIC LICENSE) WITH ALL RIGHTS AND 14 * THIS WORK UNDER THE GPL (GNU GENERAL PUBLIC LICENSE) WITH ALL RIGHTS AND
15 * LICENSES THEREUNDER. IF YOU HAVE RECEIVED THIS WORK DIRECTLY OR INDIRECTLY 15 * LICENSES THEREUNDER. IF YOU HAVE RECEIVED THIS WORK DIRECTLY OR INDIRECTLY
16 * FROM [GAIM] AS PART OF SUCH A REPUBLICATION, YOU HAVE ALL RIGHTS AND LICENSES 16 * FROM [GAIM] AS PART OF SUCH A REPUBLICATION, YOU HAVE ALL RIGHTS AND LICENSES
17 * GRANTED BY [GAIM] UNDER THE GPL. IN CONNECTION WITH SUCH A REPUBLICATION, IF 17 * GRANTED BY [GAIM] UNDER THE GPL. IN CONNECTION WITH SUCH A REPUBLICATION, IF
44 44
45 /** 45 /**
46 * Creates an NMUserRecord 46 * Creates an NMUserRecord
47 * 47 *
48 * The NMUserRecord should be released by calling 48 * The NMUserRecord should be released by calling
49 * nm_release_user_record 49 * nm_release_user_record
50 * 50 *
51 * @param details Should be a NM_A_FA_USER_DETAILS 51 * @param details Should be a NM_A_FA_USER_DETAILS
52 * 52 *
53 * 53 *
54 * @return The new user record 54 * @return The new user record
58 58
59 /** 59 /**
60 * Add a reference to an existing user_record 60 * Add a reference to an existing user_record
61 * 61 *
62 * The reference should be released by calling 62 * The reference should be released by calling
63 * nm_release_user_record 63 * nm_release_user_record
64 * 64 *
65 * @param user_record The contact to addref 65 * @param user_record The contact to addref
66 * 66 *
67 */ 67 */
68 void nm_user_record_add_ref(NMUserRecord * user_record); 68 void nm_user_record_add_ref(NMUserRecord * user_record);
122 * @return The DN for the user record 122 * @return The DN for the user record
123 */ 123 */
124 const char *nm_user_record_get_dn(NMUserRecord * user_record); 124 const char *nm_user_record_get_dn(NMUserRecord * user_record);
125 125
126 /** 126 /**
127 * Set the user id for the 127 * Set the user id for the
128 * 128 *
129 * @param user_record The user record 129 * @param user_record The user record
130 * @param userid The userid (CN) for the user record 130 * @param userid The userid (CN) for the user record
131 * 131 *
132 */ 132 */
190 190
191 /** 191 /**
192 * Get the last name for the user record 192 * Get the last name for the user record
193 * 193 *
194 * @param user_record The user record 194 * @param user_record The user record
195 * 195 *
196 * @return The last name for the user 196 * @return The last name for the user
197 */ 197 */
198 const char *nm_user_record_get_last_name(NMUserRecord * user_record); 198 const char *nm_user_record_get_last_name(NMUserRecord * user_record);
199 199
200 /** 200 /**
201 * Set the user defined data for the user record 201 * Set the user defined data for the user record
202 * 202 *
203 * @param user_record The user record 203 * @param user_record The user record
204 * @param data The user defined data for the user record 204 * @param data The user defined data for the user record
205 * 205 *
206 */ 206 */
207 void nm_user_record_set_data(NMUserRecord * user_record, gpointer data); 207 void nm_user_record_set_data(NMUserRecord * user_record, gpointer data);
208 208
209 /** 209 /**
210 * Get the user defined data for the user record 210 * Get the user defined data for the user record