summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Schermer <nick@xfce.org>2012-05-04 17:36:03 +0200
committerNick Schermer <nick@xfce.org>2013-05-05 17:39:49 +0200
commitdd5c7fbfdca303357803d2e5a5642bcdd08eb21a (patch)
tree51947a4150d92d216204bfc25c4ef86f546dfe94
parent122bf6799094b0608508ccd34f7ddc75a9f98418 (diff)
downloadxfce4-panel-dd5c7fbfdca303357803d2e5a5642bcdd08eb21a.tar.gz
Libxfce4-panel: Fix typo in the API docs.
(cherry picked from commit 8cac8de7da95a0e0fc1f1eb6a23c9a341f68c77a)
-rw-r--r--libxfce4panel/xfce-panel-plugin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libxfce4panel/xfce-panel-plugin.c b/libxfce4panel/xfce-panel-plugin.c
index 80adb0fc..81269229 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().