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

« back to all changes in this revision

Viewing changes to libgimp/gimpundo_pdb.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:
3
3
 *
4
4
 * gimpundo_pdb.c
5
5
 *
6
 
 * This library is free software; you can redistribute it and/or
 
6
 * This library is free software: you can redistribute it and/or
7
7
 * modify it under the terms of the GNU Lesser General Public
8
8
 * License as published by the Free Software Foundation; either
9
 
 * version 2 of the License, or (at your option) any later version.
 
9
 * version 3 of the License, or (at your option) any later version.
10
10
 *
11
11
 * This library is distributed in the hope that it will be useful,
12
12
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14
14
 * Lesser General Public License for more details.
15
15
 *
16
16
 * You should have received a copy of the GNU Lesser General Public
17
 
 * License along with this library; if not, write to the
18
 
 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19
 
 * Boston, MA 02111-1307, USA.
 
17
 * License along with this library.  If not, see
 
18
 * <http://www.gnu.org/licenses/>.
20
19
 */
21
20
 
22
21
/* NOTE: This file is auto-generated by pdbgen.pl */
25
24
 
26
25
#include "gimp.h"
27
26
 
 
27
 
 
28
/**
 
29
 * SECTION: gimpundo
 
30
 * @title: gimpundo
 
31
 * @short_description: Control of undo/redo.
 
32
 *
 
33
 * Control of undo/redo.
 
34
 **/
 
35
 
 
36
 
28
37
/**
29
38
 * gimp_image_undo_group_start:
30
39
 * @image_ID: The ID of the image in which to open an undo group.
37
46
 * call.
38
47
 *
39
48
 * Returns: TRUE on success.
40
 
 */
 
49
 **/
41
50
gboolean
42
51
gimp_image_undo_group_start (gint32 image_ID)
43
52
{
67
76
 * gimp_image_undo_group_start() call that is made.
68
77
 *
69
78
 * Returns: TRUE on success.
70
 
 */
 
79
 **/
71
80
gboolean
72
81
gimp_image_undo_group_end (gint32 image_ID)
73
82
{
99
108
 * gimp_image_undo_disable() or gimp_image_undo_freeze().
100
109
 *
101
110
 * Returns: TRUE if undo is enabled for this image.
102
 
 */
 
111
 **/
103
112
gboolean
104
113
gimp_image_undo_is_enabled (gint32 image_ID)
105
114
{
133
142
 * be time and memory intensive.
134
143
 *
135
144
 * Returns: TRUE if the image undo has been disabled.
136
 
 */
 
145
 **/
137
146
gboolean
138
147
gimp_image_undo_disable (gint32 image_ID)
139
148
{
166
175
 * image undo stack.
167
176
 *
168
177
 * Returns: TRUE if the image undo has been enabled.
169
 
 */
 
178
 **/
170
179
gboolean
171
180
gimp_image_undo_enable (gint32 image_ID)
172
181
{
206
215
 * behaviour is undefined.
207
216
 *
208
217
 * Returns: TRUE if the image undo has been frozen.
209
 
 */
 
218
 **/
210
219
gboolean
211
220
gimp_image_undo_freeze (gint32 image_ID)
212
221
{
245
254
 * responsibility of the caller.
246
255
 *
247
256
 * Returns: TRUE if the image undo has been thawed.
248
 
 */
 
257
 **/
249
258
gboolean
250
259
gimp_image_undo_thaw (gint32 image_ID)
251
260
{