Function gnunet_sys::GNUNET_IDENTITY_rename[][src]

pub unsafe extern "C" fn GNUNET_IDENTITY_rename(
    id: *mut GNUNET_IDENTITY_Handle,
    old_name: *const c_char,
    new_name: *const c_char,
    cb: GNUNET_IDENTITY_Continuation,
    cb_cls: *mut c_void
) -> *mut GNUNET_IDENTITY_Operation

Renames an existing ego.

@param id identity service to use @param old_name old name @param new_name desired new name @param cb function to call with the result (will only be called once) @param cb_cls closure for @a cb @return handle to abort the operation