[gnome-shell] shell-js: fix incorrect G_BEGIN_DECLS in header



commit 6e13823ccc8588d2e5124fc58a7563c8fc2a6ea3
Author: Tim Lunn <tim feathertop org>
Date:   Tue Oct 15 09:21:59 2013 +1100

    shell-js: fix incorrect G_BEGIN_DECLS in header

 src/shell-js.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/shell-js.h b/src/shell-js.h
index 26cbf4d..c00d313 100644
--- a/src/shell-js.h
+++ b/src/shell-js.h
@@ -11,6 +11,6 @@ gboolean shell_js_add_extension_importer (const char   *target_object_script,
                                           const char   *directory,
                                           GError      **error);
 
-G_BEGIN_DECLS
+G_END_DECLS
 
 #endif /* __SHELL_JS_H__ */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]