Mercurial > pidgin
changeset 12401:286146328789
[gaim-migrate @ 14708]
Document nm_folder_add_ref
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Thu, 08 Dec 2005 20:56:59 +0000 |
parents | eaf7c8558914 |
children | 769f56e96b38 |
files | src/protocols/novell/nmcontact.h |
diffstat | 1 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/novell/nmcontact.h Thu Dec 08 20:56:44 2005 +0000 +++ b/src/protocols/novell/nmcontact.h Thu Dec 08 20:56:59 2005 +0000 @@ -228,6 +228,17 @@ NMFolder *nm_create_folder_from_fields(NMField * fields); /** + * Add a reference to an existing folder + * + * The reference should be released by calling + * nm_release_folder + * + * @param folder The folder + * + */ +void nm_folder_add_ref(NMFolder * folder); + +/** * Release a reference to a folder. * * @param folder The folder to release