[gnome-shell] browser-plugin: Move "entry points" comment



commit 363bd041660c8edc14f6a3487dd8362ad47fb0a0
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Thu Nov 10 23:21:53 2011 -0500

    browser-plugin: Move "entry points" comment
    
    https://bugzilla.gnome.org/show_bug.cgi?id=663823

 browser-plugin/browser-plugin.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/browser-plugin/browser-plugin.c b/browser-plugin/browser-plugin.c
index b717889..385550c 100644
--- a/browser-plugin/browser-plugin.c
+++ b/browser-plugin/browser-plugin.c
@@ -47,8 +47,6 @@ typedef struct {
   GDBusProxy *proxy;
 } PluginData;
 
-/* =============== public entry points =================== */
-
 static NPNetscapeFuncs funcs;
 
 static inline gchar *
@@ -147,6 +145,8 @@ check_origin_and_protocol (NPP instance)
   return ret;
 }
 
+/* =============== public entry points =================== */
+
 NPError
 NP_Initialize(NPNetscapeFuncs *pfuncs, NPPluginFuncs *plugin)
 {



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