Blame docs/gegl-operation-source.h.html

Packit Service 2781ba
Packit Service 2781ba
<HTML>
Packit Service 2781ba
<HEAD>
Packit Service 2781ba
<TITLE>Enscript Output</TITLE>
Packit Service 2781ba
</HEAD>
Packit Service 2781ba
<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#1F00FF" ALINK="#FF0000" VLINK="#9900DD">
Packit Service 2781ba
Packit Service 2781ba
Packit Service 2781ba

../gegl/operation/gegl-operation-source.h

Packit Service 2781ba
Packit Service 2781ba
Packit Service 2781ba
<FONT COLOR="#B22222">/* This file is part of GEGL
Packit Service 2781ba
 *
Packit Service 2781ba
 * GEGL is free software; you can redistribute it and/or
Packit Service 2781ba
 * modify it under the terms of the GNU Lesser General Public
Packit Service 2781ba
 * License as published by the Free Software Foundation; either
Packit Service 2781ba
 * version 3 of the License, or (at your option) any later version.
Packit Service 2781ba
 *
Packit Service 2781ba
 * GEGL is distributed in the hope that it will be useful,
Packit Service 2781ba
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit Service 2781ba
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Packit Service 2781ba
 * Lesser General Public License for more details.
Packit Service 2781ba
 *
Packit Service 2781ba
 * You should have received a copy of the GNU Lesser General Public
Packit Service 2781ba
 * License along with GEGL; if not, see <http://www.gnu.org/licenses/>.
Packit Service 2781ba
 *
Packit Service 2781ba
 * Copyright 2006 Øyvind Kolås
Packit Service 2781ba
 */</FONT>
Packit Service 2781ba
Packit Service 2781ba
<FONT COLOR="#B22222">/* GeglOperationSource
Packit Service 2781ba
 * Operations used as render sources or file loaders, the process method receives a
Packit Service 2781ba
 * GeglBuffer to write it’s output into
Packit Service 2781ba
 */</FONT>
Packit Service 2781ba
Packit Service 2781ba
#<FONT COLOR="#5F9EA0">ifndef</FONT> <FONT COLOR="#B8860B">__GEGL_OPERATION_SOURCE_H__</FONT>
Packit Service 2781ba
#<FONT COLOR="#5F9EA0">define</FONT> <FONT COLOR="#B8860B">__GEGL_OPERATION_SOURCE_H__</FONT>
Packit Service 2781ba
Packit Service 2781ba
#<FONT COLOR="#5F9EA0">include</FONT> <FONT COLOR="#BC8F8F">"gegl-operation.h"</FONT>
Packit Service 2781ba
Packit Service 2781ba
G_BEGIN_DECLS
Packit Service 2781ba
Packit Service 2781ba
#<FONT COLOR="#5F9EA0">define</FONT> <FONT COLOR="#B8860B">GEGL_TYPE_OPERATION_SOURCE</FONT>            (gegl_operation_source_get_type ())
Packit Service 2781ba
#<FONT COLOR="#5F9EA0">define</FONT> <FONT COLOR="#0000FF">GEGL_OPERATION_SOURCE</FONT>(obj)            (G_TYPE_CHECK_INSTANCE_CAST ((obj), GEGL_TYPE_OPERATION_SOURCE, GeglOperationSource))
Packit Service 2781ba
#<FONT COLOR="#5F9EA0">define</FONT> <FONT COLOR="#0000FF">GEGL_OPERATION_SOURCE_CLASS</FONT>(klass)    (G_TYPE_CHECK_CLASS_CAST ((klass),  GEGL_TYPE_OPERATION_SOURCE, GeglOperationSourceClass))
Packit Service 2781ba
#<FONT COLOR="#5F9EA0">define</FONT> <FONT COLOR="#0000FF">GEGL_IS_OPERATION_SOURCE</FONT>(obj)         (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GEGL_TYPE_OPERATION_SOURCE, GeglOperationSource))
Packit Service 2781ba
#<FONT COLOR="#5F9EA0">define</FONT> <FONT COLOR="#0000FF">GEGL_IS_OPERATION_SOURCE_CLASS</FONT>(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass),  GEGL_TYPE_OPERATION_SOURCE, GeglOperationSourceClass))
Packit Service 2781ba
#<FONT COLOR="#5F9EA0">define</FONT> <FONT COLOR="#0000FF">GEGL_OPERATION_SOURCE_GET_CLASS</FONT>(obj)  (G_TYPE_INSTANCE_GET_CLASS ((obj),  GEGL_TYPE_OPERATION_SOURCE, GeglOperationSourceClass))
Packit Service 2781ba
Packit Service 2781ba
<FONT COLOR="#228B22">typedef</FONT> <FONT COLOR="#228B22">struct</FONT> _GeglOperationSource  GeglOperationSource;
Packit Service 2781ba
<FONT COLOR="#228B22">struct</FONT> _GeglOperationSource
Packit Service 2781ba
{
Packit Service 2781ba
  GeglOperation parent_instance;
Packit Service 2781ba
};
Packit Service 2781ba
Packit Service 2781ba
<FONT COLOR="#228B22">typedef</FONT> <FONT COLOR="#228B22">struct</FONT> _GeglOperationSourceClass GeglOperationSourceClass;
Packit Service 2781ba
<FONT COLOR="#228B22">struct</FONT> _GeglOperationSourceClass
Packit Service 2781ba
{
Packit Service 2781ba
  GeglOperationClass    parent_class;
Packit Service 2781ba
Packit Service 2781ba
  gboolean (* process) (GeglOperation       *self,
Packit Service 2781ba
                        GeglBuffer          *output,
Packit Service 2781ba
                        <FONT COLOR="#228B22">const</FONT> GeglRectangle *roi,
Packit Service 2781ba
                        gint                 level);
Packit Service 2781ba
  gpointer              pad[4];
Packit Service 2781ba
};
Packit Service 2781ba
Packit Service 2781ba
GType <FONT COLOR="#0000FF">gegl_operation_source_get_type</FONT> (<FONT COLOR="#228B22">void</FONT>) G_GNUC_CONST;
Packit Service 2781ba
Packit Service 2781ba
G_END_DECLS
Packit Service 2781ba
Packit Service 2781ba
#<FONT COLOR="#5F9EA0">endif</FONT>
Packit Service 2781ba
Packit Service 2781ba

Packit Service 2781ba
<ADDRESS>Generated by GNU Enscript 1.6.5.90.</ADDRESS>
Packit Service 2781ba
</BODY>
Packit Service 2781ba
</HTML>