comparison libinterp/corefcn/graphics.in.h @ 30896:c9788d7f6e65

maint: Use "fcn" as preferred abbreviation for "function" in libinterp/. * __eigs__.cc, bsxfun.cc, cellfun.cc, daspk.cc, dasrt.cc, dassl.cc, data.cc, debug.cc, error.cc, graphics.cc, graphics.in.h, gzfstream.h, ls-hdf5.cc, lsode.cc, max.cc, oct-opengl.h, quad.cc, strfns.cc, utils.cc, utils.h, variables.cc, __ode15__.cc, gzip.cc, cdef-manager.cc, ov-fcn-handle.cc, ov-java.cc, ov-usr-fcn.cc, bp-table.cc, bp-table.h, lex.h, lex.ll, oct-parse.yy, pt-eval.cc: Replace "func", "fun", "fn" in documentation and variable names with "fcn".
author Rik <rik@octave.org>
date Tue, 05 Apr 2022 08:33:58 -0700
parents 4c0c02102ba9
children 1212ed22f962
comparison
equal deleted inserted replaced
30895:360d330cc30e 30896:c9788d7f6e65
6564 6564
6565 // --------------------------------------------------------------------- 6565 // ---------------------------------------------------------------------
6566 6566
6567 OCTINTERP_API octave_value 6567 OCTINTERP_API octave_value
6568 get_property_from_handle (double handle, const std::string& property, 6568 get_property_from_handle (double handle, const std::string& property,
6569 const std::string& func); 6569 const std::string& fcn);
6570 OCTINTERP_API bool 6570 OCTINTERP_API bool
6571 set_property_in_handle (double handle, const std::string& property, 6571 set_property_in_handle (double handle, const std::string& property,
6572 const octave_value& arg, const std::string& func); 6572 const octave_value& arg, const std::string& fcn);
6573 6573
6574 // --------------------------------------------------------------------- 6574 // ---------------------------------------------------------------------
6575 6575
6576 class graphics_event; 6576 class graphics_event;
6577 6577