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         function_object - find a function in an object
  3 
  4 SYNOPSIS
  5         string function_object(string function, object obj)
  6 
  7 
  8 DESCRIPTION
  9         Find the named function, which must be callable with call_other(),
 10         in an object.  If the function is found, the name of the inherited
 11         object that defines it is returned; otherwise, nil is returned.
 12 
 13 SEE ALSO
 14         kfun/call_other

~ [ 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.