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

« back to all changes in this revision

Viewing changes to libxfce4ui/libxfce4ui.symbols

  • 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:
1
 
/* $Id$ */
2
 
/*-
 
1
/*
3
2
 * Copyright (c) 2007 The Xfce Development Team
4
3
 *
5
4
 * This library is free software; you can redistribute it and/or
13
12
 * Library General Public License for more details.
14
13
 *
15
14
 * You should have received a copy of the GNU Library General Public
16
 
 * License along with this library; if not, write to the
17
 
 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18
 
 * Boston, MA 02111-1307, USA.
 
15
 * License along with this library; if not, write to the Free Software
 
16
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
 
17
 * MA 02110-1301 USA
19
18
 */
20
19
 
21
20
/* This file lists all exported symbols. It is used to generate
57
56
/* xfce-dialogs functions */
58
57
#if IN_HEADER(__XFCE_DIALOGS_H__)
59
58
#if IN_SOURCE(__XFCE_DIALOGS_C__)
 
59
xfce_dialog_show_help
60
60
xfce_dialog_show_info G_GNUC_PRINTF (3, 4)
61
61
xfce_dialog_show_warning G_GNUC_PRINTF (3, 4)
62
62
xfce_dialog_show_error G_GNUC_PRINTF (3, 4)