From a11439aeaf8009d36c3a93bb62fa18efdef8d0e0 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 17 Jul 2010 21:26:25 -0400 Subject: Update API documentation. --- shell/e-shell-meego.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'shell/e-shell-meego.c') diff --git a/shell/e-shell-meego.c b/shell/e-shell-meego.c index 3d48d55882..a9128c1b9b 100644 --- a/shell/e-shell-meego.c +++ b/shell/e-shell-meego.c @@ -30,12 +30,16 @@ #endif #ifdef G_OS_WIN32 -void e_shell_detect_meego (gboolean *is_meego, gboolean *small_screen) +void +e_shell_detect_meego (gboolean *is_meego, + gboolean *small_screen) { *is_meego = *small_screen = FALSE; } #else -void e_shell_detect_meego (gboolean *is_meego, gboolean *small_screen) +void +e_shell_detect_meego (gboolean *is_meego, + gboolean *small_screen) { Window *wm_window_v = NULL; guchar *moblin_string = NULL; -- cgit v1.2.3