diff options
Diffstat (limited to 'src/shell-screenshot.h')
-rw-r--r-- | src/shell-screenshot.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shell-screenshot.h b/src/shell-screenshot.h index b379b8a0a..441410d6c 100644 --- a/src/shell-screenshot.h +++ b/src/shell-screenshot.h @@ -84,7 +84,7 @@ void shell_screenshot_composite_to_stream (CoglTexture *texture, GOutputStream *stream, GAsyncReadyCallback callback, gpointer user_data); -gboolean shell_screenshot_composite_to_stream_finish (GAsyncResult *result, - GError **error); +GdkPixbuf *shell_screenshot_composite_to_stream_finish (GAsyncResult *result, + GError **error); #endif /* ___SHELL_SCREENSHOT_H__ */ |