~ubuntu-branches/ubuntu/vivid/gimp/vivid

« back to all changes in this revision

Viewing changes to libgimpbase/gimpparasiteio.c

  • Committer: Package Import Robot
  • Author(s): Jordi Mallach
  • Date: 2012-05-08 18:50:03 UTC
  • mto: (1.1.26) (0.5.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 71.
  • Revision ID: package-import@ubuntu.com-20120508185003-tltkvbaysf8d2426
ImportĀ upstreamĀ versionĀ 2.8.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 * gimpparasiteio.c
5
5
 * Copyright (C) 1999 Tor Lillqvist <tml@iki.fi>
6
6
 *
7
 
 * This library is free software; you can redistribute it and/or
 
7
 * This library is free software: you can redistribute it and/or
8
8
 * modify it under the terms of the GNU Lesser General Public
9
9
 * License as published by the Free Software Foundation; either
10
 
 * version 2 of the License, or (at your option) any later version.
 
10
 * version 3 of the License, or (at your option) any later version.
11
11
 *
12
12
 * This library is distributed in the hope that it will be useful,
13
13
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
15
 * Lesser General Public License for more details.
16
16
 *
17
17
 * You should have received a copy of the GNU Lesser General Public
18
 
 * License along with this library; if not, write to the
19
 
 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
20
 
 * Boston, MA 02111-1307, USA.
 
18
 * License along with this library.  If not, see
 
19
 * <http://www.gnu.org/licenses/>.
21
20
 */
22
21
 
23
22
/*
36
35
#include "gimpparasiteio.h"
37
36
 
38
37
 
 
38
/**
 
39
 * SECTION: gimpparasiteio
 
40
 * @title: gimpparasiteio
 
41
 * @short_description: Utility functions to (de)serialize certain C
 
42
 *                     structures to/from #GimpParasite's.
 
43
 * @see_also: #GimpParasite
 
44
 *
 
45
 * Utility functions to (de)serialize certain C structures to/from*
 
46
 * #GimpParasite's.
 
47
 **/
 
48
 
 
49
 
39
50
void
40
51
gimp_pixpipe_params_init (GimpPixPipeParams *params)
41
52
{