IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 21462


Ignore:
Timestamp:
Feb 12, 2009, 4:49:00 PM (17 years ago)
Author:
jhoblitt
Message:

doc update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/nebclient/src/nebclient.h

    r21461 r21462  
    44 * Copyright (C) 2005  Joshua Hoblitt
    55 *
    6  * $Id: nebclient.h,v 1.39 2009-02-13 02:45:47 jhoblitt Exp $
     6 * $Id: nebclient.h,v 1.40 2009-02-13 02:49:00 jhoblitt Exp $
    77 */
    88
     
    165165);
    166166
    167 /** Get an Xattr on a storage object
    168  *
    169  * @return true on success
     167/** List all Xattrs on a storage object
     168 *
     169 * This function returns the count of Xattrs on an object and the actual names
     170 * are returned in the (char **) pointed to by the xattrs param.  The xattrs
     171 * param may be NULL.
     172 *
     173 * @return int
    170174 */
    171175int nebListXattr(
    172176    nebServer *server,                  ///< nebServer object
    173177    const char *key,                    ///< storage object key (name)
    174     char ***xattrs                      ///< array of xattr names
     178    char ***xattrs                      ///< array of xattr names to return
    175179);
    176180
Note: See TracChangeset for help on using the changeset viewer.