summaryrefslogtreecommitdiff
path: root/src/fr-process.h
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-11-21 17:12:25 +0100
committerinfirit <[email protected]>2014-11-22 20:25:30 +0100
commitb99f3f5e8080f266affd9734d4f73dac0c67215e (patch)
tree4fe239a05e06136e388c1c31c2c4ef5a52ded7d7 /src/fr-process.h
parent770df1b16c7285cdcb1ba661f6a49ad022d4ac87 (diff)
downloadengrampa-b99f3f5e8080f266affd9734d4f73dac0c67215e.tar.bz2
engrampa-b99f3f5e8080f266affd9734d4f73dac0c67215e.tar.xz
use a boxed type to pass the error to the 'done' signal
Based on FR commit: 4b645f57c856928c508dd74c31e1bfb2132368e1 From: Paolo Bacchilega <[email protected]>
Diffstat (limited to 'src/fr-process.h')
-rw-r--r--src/fr-process.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fr-process.h b/src/fr-process.h
index e8fcfc1..8c907bd 100644
--- a/src/fr-process.h
+++ b/src/fr-process.h
@@ -81,7 +81,8 @@ struct _FrProcessClass {
/* -- Signals -- */
void (* start) (FrProcess *fr_proc);
- void (* done) (FrProcess *fr_proc);
+ void (* done) (FrProcess *fr_proc,
+ FrProcError *error);
void (* sticky_only) (FrProcess *fr_proc);
};