summaryrefslogtreecommitdiff
path: root/libxfce4panel/xfce-panel-image.h
diff options
context:
space:
mode:
authorNick Schermer <nick@xfce.org>2010-02-26 14:08:21 +0100
committerNick Schermer <nick@xfce.org>2010-02-26 14:11:43 +0100
commitc9f4c6b8aff8b31952cbe834cfe3b18836e2c8e9 (patch)
tree976e358e0a19f704d2db171c7817cf397d4aecb3 /libxfce4panel/xfce-panel-image.h
parentfa534e2a01cc4f34ef42769da78bddbaa45adb25 (diff)
Drop the visibility stuff and use a symbols regex.
Diffstat (limited to 'libxfce4panel/xfce-panel-image.h')
-rw-r--r--libxfce4panel/xfce-panel-image.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libxfce4panel/xfce-panel-image.h b/libxfce4panel/xfce-panel-image.h
index 64dd823f..c3367ffc 100644
--- a/libxfce4panel/xfce-panel-image.h
+++ b/libxfce4panel/xfce-panel-image.h
@@ -58,7 +58,6 @@ struct _XfcePanelImage
#define XFCE_IS_PANEL_IMAGE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), XFCE_TYPE_PANEL_IMAGE))
#define XFCE_PANEL_IMAGE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), XFCE_TYPE_PANEL_IMAGE, XfcePanelImageClass))
-PANEL_SYMBOL_EXPORT
GType xfce_panel_image_get_type (void) G_GNUC_CONST;
GtkWidget *xfce_panel_image_new (void) G_GNUC_MALLOC;