summaryrefslogtreecommitdiff
path: root/libxfce4panel
diff options
context:
space:
mode:
authorNick Schermer <nick@xfce.org>2012-05-04 17:36:03 +0200
committerFelipe Contreras <felipe.contreras@gmail.com>2013-10-09 16:17:10 -0500
commit562dbaf569ec945ed18a3fbfd543721aa4a277f7 (patch)
tree37b504327be1385f92ba97d102266b6adcadf192 /libxfce4panel
parent45e48c6f0003eb98341f3e745d24ff3fd0de44fe (diff)
Libxfce4-panel: Fix typo in the API docs.
Diffstat (limited to 'libxfce4panel')
-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().