~ubuntu-branches/ubuntu/trusty/unity-control-center/trusty

« back to all changes in this revision

Viewing changes to panels/region/gnome-region-panel-system.h

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2014-01-08 16:29:18 UTC
  • Revision ID: package-import@ubuntu.com-20140108162918-g29dd08tr913y2qh
Tags: upstream-14.04.0
ImportĀ upstreamĀ versionĀ 14.04.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Copyright (C) 2011 Rodrigo Moya
 
3
 *
 
4
 * Written by: Rodrigo Moya <rodrigo@gnome.org>
 
5
 *
 
6
 * This program is free software; you can redistribute it and/or modify
 
7
 * it under the terms of the GNU General Public License as published by
 
8
 * the Free Software Foundation; either version 2, or (at your option)
 
9
 * any later version.
 
10
 *
 
11
 * This program is distributed in the hope that it will be useful,
 
12
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
13
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
14
 * GNU General Public License for more details.
 
15
 *
 
16
 * You should have received a copy of the GNU General Public License
 
17
 * along with this program; if not, write to the Free Software
 
18
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 
19
 * 02111-1307, USA.
 
20
 */
 
21
 
 
22
#ifndef __GNOME_REGION_PANEL_SYSTEM_H
 
23
#define __GNOME_REGION_PANEL_SYSTEM_H
 
24
 
 
25
#include <gtk/gtk.h>
 
26
 
 
27
void setup_system           (GtkBuilder *builder);
 
28
void system_update_language (GtkBuilder  *builder,
 
29
                             const gchar *language);
 
30
void locale_settings_changed (GSettings   *settings,
 
31
                              const gchar *key,
 
32
                              GtkBuilder  *dialog);
 
33
 
 
34
#endif