~ubuntu-branches/debian/jessie/mate-control-center/jessie

« back to all changes in this revision

Viewing changes to capplets/common/mate-theme-apply.h

  • Committer: Package Import Robot
  • Author(s): Mike Gabriel
  • Date: 2014-05-02 23:20:06 UTC
  • Revision ID: package-import@ubuntu.com-20140502232006-9626h14ggaz2hc9h
Tags: upstream-1.8.1+dfsg1
ImportĀ upstreamĀ versionĀ 1.8.1+dfsg1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* mate-theme-info.h - MATE Theme information
 
2
 
 
3
   Copyright (C) 2002 Jonathan Blandford <jrb@gnome.org>
 
4
   All rights reserved.
 
5
 
 
6
   This file is part of the Mate Library.
 
7
 
 
8
   The Mate Library is free software; you can redistribute it and/or
 
9
   modify it under the terms of the GNU Library General Public License as
 
10
   published by the Free Software Foundation; either version 2 of the
 
11
   License, or (at your option) any later version.
 
12
 
 
13
   The Mate Library is distributed in the hope that it will be useful,
 
14
   but WITHOUT ANY WARRANTY; without even the implied warranty of
 
15
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
16
   Library General Public License for more details.
 
17
 
 
18
   You should have received a copy of the GNU Library General Public
 
19
   License along with the Mate Library; see the file COPYING.LIB.  If not,
 
20
   write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
 
21
   Boston, MA 02110-1301, USA.  */
 
22
/*
 
23
  @NOTATION@
 
24
 */
 
25
 
 
26
#ifndef THEME_APPLY_H
 
27
#define THEME_APPLY_H
 
28
 
 
29
#include "mate-theme-info.h"
 
30
 
 
31
void mate_meta_theme_set (MateThemeMetaInfo *meta_theme_info);
 
32
 
 
33
#endif /* THEME_APPLY_H */