[Xfce4-commits] <xfce4-panel:devel> Merge branch 'master' of git.xfce.org:nick/xfce4-panel
Nick Schermer
nick at xfce.org
Tue Aug 11 20:36:04 CEST 2009
Updating branch refs/heads/devel
to b226745fda7f81d89ca1b6dbf99778fc7212b710 (commit)
from dba3f3bf4fc0719214fc5c10b92845293c6208ff (commit)
commit b226745fda7f81d89ca1b6dbf99778fc7212b710
Merge: dba3f3bf4fc0719214fc5c10b92845293c6208ff 09762f21f0e8d882047f93675b6e14487e18588f
Author: Nick Schermer <nick at xfce.org>
Date: Wed Aug 5 00:18:56 2009 +0200
Merge branch 'master' of git.xfce.org:nick/xfce4-panel
commit 09762f21f0e8d882047f93675b6e14487e18588f
Author: Nick Schermer <nick at xfce.org>
Date: Tue Jul 7 19:35:33 2009 +0200
Make xfce_panel_plugin_get_unique_id public.
libxfce4panel/xfce-panel-plugin.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libxfce4panel/xfce-panel-plugin.c b/libxfce4panel/xfce-panel-plugin.c
index 2ecc3bb..ac04abd 100644
--- a/libxfce4panel/xfce-panel-plugin.c
+++ b/libxfce4panel/xfce-panel-plugin.c
@@ -1220,7 +1220,7 @@ xfce_panel_plugin_get_comment (XfcePanelPlugin *plugin)
*
* Since 4.8
**/
-gint
+PANEL_SYMBOL_EXPORT gint
xfce_panel_plugin_get_unique_id (XfcePanelPlugin *plugin)
{
g_return_val_if_fail (XFCE_IS_PANEL_PLUGIN (plugin), -1);
More information about the Xfce4-commits
mailing list