Function: gnus-search-process--eieio-childp

gnus-search-process--eieio-childp is a byte-compiled function defined in gnus-search.el.gz.

Signature

(gnus-search-process--eieio-childp OBJ)

Documentation

Return non-nil if OBJ is an object of type gnus-search-process(var)/gnus-search-process(fun) or a subclass.

Aliases

gnus-search-process-child-p (obsolete since 25.1)

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-search.el.gz
(defclass gnus-search-process ()
  ((proc-buffer
    :initarg :proc-buffer
    :type buffer
    :documentation "A temporary buffer this engine uses for its
    search process, and for munging its search results."))
  :abstract t
  :documentation
  "A mixin class for engines that do their searching in a single
  process launched for this purpose, which returns at the end of
  the search.  Subclass instances are safe to be run in
  threads.")