~elementary-os/elementaryos/os-patch-gnome-settings-daemon-xenial

« back to all changes in this revision

Viewing changes to plugins/wacom/gsd-wacom-oled.h

  • Committer: RabbitBot
  • Date: 2016-05-13 19:33:51 UTC
  • Revision ID: rabbitbot@elementary.io-20160513193351-owr76om3z9f4mvv3
Initial import, version 3.18.2-0ubuntu3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
 
2
 *
 
3
 * Copyright (C) 2013 Przemo Firszt <przemo@firszt.eu>
 
4
 *
 
5
 * This program is free software; you can redistribute it and/or modify
 
6
 * it under the terms of the GNU General Public License as published by
 
7
 * the Free Software Foundation; either version 2 of the License, or
 
8
 * (at your option) any later version.
 
9
 *
 
10
 * This program is distributed in the hope that it will be useful,
 
11
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
12
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
13
 * GNU General Public License for more details.
 
14
 *
 
15
 * You should have received a copy of the GNU General Public License
 
16
 * along with this program; if not, see <http://www.gnu.org/licenses/>.
 
17
 *
 
18
 */
 
19
 
 
20
#include "gsd-wacom-oled-constants.h"
 
21
 
 
22
#ifndef __GSD_WACOM_OLED_H
 
23
#define __GSD_WACOM_OLED_H
 
24
 
 
25
G_BEGIN_DECLS
 
26
 
 
27
void set_oled (GsdWacomDevice *device, char *button_id, char *label);
 
28
char *gsd_wacom_oled_gdkpixbuf_to_base64 (GdkPixbuf *pixbuf);
 
29
 
 
30
G_END_DECLS
 
31
 
 
32
#endif /* __GSD_WACOM_OLED_H */