~optimisme/pantheon-files/1067061

« back to all changes in this revision

Viewing changes to src/eel-glib-extensions.h

  • Committer: am.monkeyd at gmail
  • Date: 2010-11-08 13:17:02 UTC
  • Revision ID: am.monkeyd@gmail.com-20101108131702-rqeywh4r5pyx2ycz
let's roll

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
 
2
/*
 
3
 * Copyright (C) 2010 ammonkey
 
4
 *
 
5
 * This library is free software; you can redistribute it and/or modify
 
6
 * it under the terms of the GNU Lesser General Public License
 
7
 * version 3.0 as published by the Free Software Foundation.
 
8
 *
 
9
 * This library is distributed in the hope that it will be useful,
 
10
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
11
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
12
 * GNU Lesser General Public License version 3.0 for more details.
 
13
 *
 
14
 * You should have received a copy of the GNU Lesser General Public
 
15
 * License along with this library. If not, see
 
16
 * <http://www.gnu.org/licenses/>.
 
17
 *
 
18
 * Author: ammonkey <am.monkeyd@gmail.com>
 
19
 */
 
20
 
 
21
#ifndef EEL_GLIB_EXTENSIONS_H
 
22
#define EEL_GLIB_EXTENSIONS_H
 
23
 
 
24
#include <glib.h>
 
25
#include <gio/gio.h>
 
26
 
 
27
void    eel_g_settings_add_auto_boolean (GSettings *settings, const char *key, 
 
28
                                         gboolean *storage);
 
29
gint64  eel_get_system_time (void);
 
30
void    eel_add_weak_pointer (gpointer pointer_location);
 
31
 
 
32
#endif /* EEL_GLIB_EXTENSIONS_H */