[Xfce4-commits] <xfce4-panel:devel> Make xfce_panel_plugin_get_unique_id public.
Nick Schermer
nick at xfce.org
Tue Aug 11 20:35:17 CEST 2009
Updating branch refs/heads/devel
to 09762f21f0e8d882047f93675b6e14487e18588f (commit)
from a891d551965de229b820227e151f42f32b651261 (commit)
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