[totem] plugins: Fix GIR compiler warning



commit 48458a2d20bd2fd7d8a09fd9a657f9b1f46c0fc4
Author: Bastien Nocera <hadess hadess net>
Date:   Sat Apr 28 19:31:17 2012 +0100

    plugins: Fix GIR compiler warning
    
    plugins/totem-plugin.h:144: Warning: Totem: multiple comment blocks documenting 'TOTEM_PLUGIN_REGISTER:' identifier.

 src/plugins/totem-plugin.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/totem-plugin.h b/src/plugins/totem-plugin.h
index d8663d9..19c320a 100644
--- a/src/plugins/totem-plugin.h
+++ b/src/plugins/totem-plugin.h
@@ -38,7 +38,7 @@
 G_BEGIN_DECLS
 
 /**
- * TOTEM_PLUGIN_REGISTER:
+ * _TOTEM_PLUGIN_REGISTER:
  * @TYPE_NAME: the name of the plugin type, in UPPER_CASE
  * @TypeName: the name of the plugin type, in CamelCase
  * @type_name: the name of the plugin type, in lower_case



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