ArchWizard

DGD/

source navigation ]
diff markup ]
identifier search ]
file search ]
Version: [ 1.0.a0 ] [ 1.1 ] [ 1.2 ] [ 1.2p1 ] [ 1.2p2 ] [ 1.2p3 ] [ 1.2p4 ] [ 1.2.151 ]

  1 NAME
  2         clone_object - clone an object
  3 
  4 SYNOPSIS
  5         object clone_object(object master)
  6 
  7 
  8 DESCRIPTION
  9         Create a clone of the specified object with an unique name of the form
 10         "object_name#1234".  The cloned object must not itself be a clone.  The
 11         new object is returned.  The creator function will be called in the
 12         cloned object immediately.
 13 
 14 SEE ALSO
 15         kfun/call_other, kfun/destruct_object

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.