manpagez: man pages & more
html files: libgimpbase
Home | html | info | man

gimpparasiteio

gimpparasiteio — Utility functions to (de)serialize certain C structures to/from GimpParasite's.

Types and Values

Description

Utility functions to (de)serialize certain C structures to/from* GimpParasite's.

Functions

gimp_pixpipe_params_init ()

void
gimp_pixpipe_params_init (GimpPixPipeParams *params);

gimp_pixpipe_params_parse ()

void
gimp_pixpipe_params_parse (const gchar *parameters,
                           GimpPixPipeParams *params);

gimp_pixpipe_params_build ()

gchar *
gimp_pixpipe_params_build (GimpPixPipeParams *params);

Types and Values

GIMP_PIXPIPE_MAXDIM

#define GIMP_PIXPIPE_MAXDIM 4

struct GimpPixPipeParams

struct GimpPixPipeParams {
  gint      step;
  gint      ncells;
  gint      dim;
  gint      cols;
  gint      rows;
  gint      cellwidth;
  gint      cellheight;
  gchar    *placement;
  gboolean  free_placement_string;
  gint      rank[GIMP_PIXPIPE_MAXDIM];
  gchar    *selection[GIMP_PIXPIPE_MAXDIM];
  gboolean  free_selection_string;
};

See Also

GimpParasite

© manpagez.com 2000-2024
Individual documents may contain additional copyright information.