IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23856


Ignore:
Timestamp:
Apr 14, 2009, 11:21:32 AM (17 years ago)
Author:
jhoblitt
Message:

minor doc update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/neb_distrib_20081210/Nebulous-Server/lib/Nebulous/Server.pod

    r20092 r23856  
    2626    Nebulous::Server->find_objects( $pattern );
    2727    Nebulous::Server->find_instances( $key, $volume );
    28     Nebulous::Server->delete_instance( $uri );
     28    Nebulous::Server->delete_instance( $key, $uri );
    2929    Nebulous::Server->stat_object( $key );
    3030    Nebulous::Server->mounts();
     
    160160Throws an exception on error.
    161161
    162 =item * delete_instance( $uri );
    163 
    164 Accepts 1 parameters, it is mandatory.  Returns Boolean true.  Throws an
    165 exception on error.
     162=item * delete_instance( $key, $uri );
     163
     164Accepts 2 parameters, both mandatory.  Returns Boolean true.  C<<$uri>> must be
     165an instance of C<<$key>>.  Throws an exception on error.
    166166
    167167=item * swap_objects( $key1, $key2 );
Note: See TracChangeset for help on using the changeset viewer.