From 2bbc65958aecf8546927722265851e42cd240641 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Tue, 8 Mar 2011 11:27:20 +0900 Subject: [PATCH] Doc and typo fix for eekboard_context_set_fullscreen(). --- eekboard/eekboard-context.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/eekboard/eekboard-context.c b/eekboard/eekboard-context.c index 60c028b8..05693b3d 100644 --- a/eekboard/eekboard-context.c +++ b/eekboard/eekboard-context.c @@ -748,6 +748,14 @@ eekboard_context_is_enabled (EekboardContext *context) return priv->enabled; } +/** + * eekboard_context_set_fullscreen: + * @context: an #EekboardContext + * @fullscreen: a flag to indicate fullscreen mode + * @cancellable: a #GCancellable + * + * Set the fullscreen mode of @context. + */ void eekboard_context_set_fullscreen (EekboardContext *context, gboolean fullscreen, @@ -768,5 +776,4 @@ eekboard_context_set_fullscreen (EekboardContext *context, context_async_ready_callback, NULL); } - return priv->enabled; }