~ubuntu-branches/ubuntu/natty/xfce4-panel/natty

« back to all changes in this revision

Viewing changes to libxfce4panel/libxfce4panel-alias.h

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2011-01-04 19:42:23 UTC
  • mfrom: (1.1.27 upstream)
  • Revision ID: james.westby@ubuntu.com-20110104194223-fuf883uda9kxvwn5
Tags: 4.7.7-0ubuntu1
* New upstream development release.
* debian/patches/abicheck.diff: dropped, included upstream.
* debian/xfce4-panel.shlibs: bumped to >= 4.7.7, because of some changes
  for external plugins.

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
extern __typeof (xfce_panel_get_channel_name) IA__xfce_panel_get_channel_name __attribute((visibility("hidden")));
80
80
#define xfce_panel_get_channel_name IA__xfce_panel_get_channel_name
81
81
 
 
82
extern __typeof (xfce_panel_pixbuf_from_source) IA__xfce_panel_pixbuf_from_source __attribute((visibility("hidden")));
 
83
#define xfce_panel_pixbuf_from_source IA__xfce_panel_pixbuf_from_source
 
84
 
82
85
#endif
83
86
#endif
84
87
#if IN_HEADER(__XFCE_PANEL_IMAGE_H__)
205
208
#endif
206
209
#if IN_HEADER(__XFCE_PANEL_PLUGIN_PROVIDER_H__)
207
210
#if IN_SOURCE(__XFCE_PANEL_PLUGIN_PROVIDER_C__)
 
211
extern __typeof (xfce_panel_plugin_provider_ask_remove) IA__xfce_panel_plugin_provider_ask_remove __attribute((visibility("hidden")));
 
212
#define xfce_panel_plugin_provider_ask_remove IA__xfce_panel_plugin_provider_ask_remove
 
213
 
208
214
extern __typeof (xfce_panel_plugin_provider_get_type) IA__xfce_panel_plugin_provider_get_type __attribute((visibility("hidden"))) G_GNUC_CONST;
209
215
#define xfce_panel_plugin_provider_get_type IA__xfce_panel_plugin_provider_get_type
210
216