[Xfce4-commits] <xfce4-panel:master> Libxfce4-panel: Fix typo in the API docs.

Nick Schermer noreply at xfce.org
Fri May 4 17:38:01 CEST 2012


Updating branch refs/heads/master
         to 8cac8de7da95a0e0fc1f1eb6a23c9a341f68c77a (commit)
       from 694dd69feecdd485e24ebd8ca9adf501d1e70755 (commit)

commit 8cac8de7da95a0e0fc1f1eb6a23c9a341f68c77a
Author: Nick Schermer <nick at xfce.org>
Date:   Fri May 4 17:36:03 2012 +0200

    Libxfce4-panel: Fix typo in the API docs.

 libxfce4panel/xfce-panel-plugin.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libxfce4panel/xfce-panel-plugin.c b/libxfce4panel/xfce-panel-plugin.c
index 80adb0f..8126922 100644
--- a/libxfce4panel/xfce-panel-plugin.c
+++ b/libxfce4panel/xfce-panel-plugin.c
@@ -2704,9 +2704,9 @@ xfce_panel_plugin_lookup_rc_file (XfcePanelPlugin *plugin)
  *
  * Returns the path that can be used to store configuration information.
  * Don't use this function if you want to read from the config file, but
- * use xfce_panel_plugin_rc_location() instead.
+ * use xfce_panel_plugin_lookup_rc_file() instead.
  *
- * See also: xfce_panel_plugin_rc_location() and xfce_resource_save_location()
+ * See also: xfce_panel_plugin_lookup_rc_file() and xfce_resource_save_location()
  *
  * Returns: The path to a config file or %NULL if no file was found.
  *          The returned string must be freed u sing g_free().


More information about the Xfce4-commits mailing list