Author: nick
Date: 2007-07-09 19:58:06 +0000 (Mon, 09 Jul 2007)
New Revision: 25906

Modified:
   xfce4-panel/trunk/docs/API/libxfce4panel-docs.sgml
   xfce4-panel/trunk/libxfce4panel/xfce-panel-plugin-iface.h
   xfce4-panel/trunk/libxfce4panel/xfce-panel-plugin.h
Log:
* Set functions that are available since 4.5.


Modified: xfce4-panel/trunk/docs/API/libxfce4panel-docs.sgml
===================================================================
--- xfce4-panel/trunk/docs/API/libxfce4panel-docs.sgml  2007-07-09 19:51:58 UTC 
(rev 25905)
+++ xfce4-panel/trunk/docs/API/libxfce4panel-docs.sgml  2007-07-09 19:58:06 UTC 
(rev 25906)
@@ -72,4 +72,7 @@
   <index>
     <title>Index</title>
   </index>
+  <index role="4.5">
+    <title>Index of new symbols in 4.5</title>
+  </index>
 </book>

Modified: xfce4-panel/trunk/libxfce4panel/xfce-panel-plugin-iface.h
===================================================================
--- xfce4-panel/trunk/libxfce4panel/xfce-panel-plugin-iface.h   2007-07-09 
19:51:58 UTC (rev 25905)
+++ xfce4-panel/trunk/libxfce4panel/xfce-panel-plugin-iface.h   2007-07-09 
19:58:06 UTC (rev 25906)
@@ -53,8 +53,8 @@
  * @argc : number of arguments to the plugin
  * @argv : argument array
  *
- * Callback function that is run in an external plugin before gtk_init(). It 
- * should return %FALSE if the plugin is not available for whatever reason. 
+ * Callback function that is run in an external plugin before gtk_init(). It
+ * should return %FALSE if the plugin is not available for whatever reason.
  * The function can be given as argument to one of the registration macros.
  *
  * The main purpose of this callback is to allow multithreaded plugins to call
@@ -63,6 +63,7 @@
  * Returns: %TRUE on success, %FALSE otherwise.
  *
  * See also: XFCE_PANEL_PLUGIN_REGISTER_EXTERNAL_FULL()
+ * Since: 4.5
  **/
 typedef gboolean (*XfcePanelPluginPreInit) (int argc, char **argv);
 
@@ -71,7 +72,7 @@
  * @screen : the #GdkScreen the panel is running on
  *
  * Callback function that is run before creating a plugin. It should return
- * %FALSE if the plugin is not available for whatever reason. The function 
+ * %FALSE if the plugin is not available for whatever reason. The function
  * can be given as argument to one of the registration macros.
  *
  * Returns: %TRUE if the plugin can be started, %FALSE otherwise.

Modified: xfce4-panel/trunk/libxfce4panel/xfce-panel-plugin.h
===================================================================
--- xfce4-panel/trunk/libxfce4panel/xfce-panel-plugin.h 2007-07-09 19:51:58 UTC 
(rev 25905)
+++ xfce4-panel/trunk/libxfce4panel/xfce-panel-plugin.h 2007-07-09 19:58:06 UTC 
(rev 25906)
@@ -74,13 +74,14 @@
  *
  *   gboolean init( int argc, char **argv );
  *
- * The @check functions is run aftern gtk_init() and before creating the 
- * plugin; it takes one argument and should return FALSE if plugin creation 
+ * The @check functions is run aftern gtk_init() and before creating the
+ * plugin; it takes one argument and should return FALSE if plugin creation
  * is not possible:
  *
  *   gboolean check( GdkScreen *screen );
  *
  * See also: <link linkend="XfcePanelPlugin">Panel Plugin interface</link>
+ * Since: 4.5
  **/
 #define XFCE_PANEL_PLUGIN_REGISTER_EXTERNAL_FULL(construct,init,check)         
\
     gint                                                                       
\

_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to