~ubuntu-branches/ubuntu/trusty/libxfce4ui/trusty

« back to all changes in this revision

Viewing changes to libxfce4ui/libxfce4ui-alias.h

  • Committer: Package Import Robot
  • Author(s): Yves-Alexis Perez
  • Date: 2013-05-21 21:32:57 UTC
  • mfrom: (6.1.3 experimental)
  • Revision ID: package-import@ubuntu.com-20130521213257-q5nqhxkutb9ze4ld
Tags: 4.10.0-2
* Upload to unstable.
* debian/rules:
  - enable all hardening flags.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#endif
27
27
#if IN_HEADER(__XFCE_DIALOGS_H__)
28
28
#if IN_SOURCE(__XFCE_DIALOGS_C__)
 
29
extern __typeof (xfce_dialog_show_help) IA__xfce_dialog_show_help __attribute((visibility("hidden")));
 
30
#define xfce_dialog_show_help IA__xfce_dialog_show_help
 
31
 
29
32
extern __typeof (xfce_dialog_show_info) IA__xfce_dialog_show_info __attribute((visibility("hidden"))) G_GNUC_PRINTF (3, 4);
30
33
#define xfce_dialog_show_info IA__xfce_dialog_show_info
31
34