~ubuntu-branches/ubuntu/quantal/libxfce4util/quantal

« back to all changes in this revision

Viewing changes to libxfce4util/xfce-generics.h

  • Committer: Package Import Robot
  • Author(s): Yves-Alexis Perez
  • Date: 2011-09-12 22:44:20 UTC
  • mfrom: (2.2.7 sid)
  • Revision ID: package-import@ubuntu.com-20110912224420-ure8tf1r2wk7qcyh
Tags: 4.8.2-1
* New upstream release.
* debian/patches:
  - 01_add-desktop-base-in-config-dirs refreshed

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14
14
 * Library General Public License for more details.
15
15
 *
16
 
 * You should have received a copy of the GNU Library General Public
17
 
 * License along with this library; if not, write to the
18
 
 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19
 
 * Boston, MA 02111-1307, USA.
 
16
 * You should have received a copy of the GNU Lesser General Public
 
17
 * License along with this library; if not, write to the Free
 
18
 * Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
 
19
 * Boston, MA 02110-1301 USA
20
20
 */
21
21
 
22
22
#if !defined(LIBXFCE4UTIL_INSIDE_LIBXFCE4UTIL_H) && !defined(LIBXFCE4UTIL_COMPILATION)
28
28
 
29
29
#include <glib.h>
30
30
 
31
 
G_BEGIN_DECLS;
 
31
G_BEGIN_DECLS
32
32
 
33
33
#define XFCE_GENERIC_STACK(Type)                                            \
34
34
  struct                                                                    \
112
112
    }                                                                       \
113
113
  G_STMT_END
114
114
 
115
 
G_END_DECLS;
 
115
G_END_DECLS
116
116
 
117
117
#endif /* !__XFCE_GENERICS_H__ */