summaryrefslogtreecommitdiff
path: root/src/common.h
blob: 2773c01ae05fb9e7db57453b504b28fc1f86093c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
/*
 * Copyright (C) 2010 Xavier Claessens <xclaesse@gmail.com>
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License as
 * published by the Free Software Foundation; either version 2 of the
 * License, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * General Public License for more details.
 *
 * You should have received a copy of the GNU General Public
 * License along with this program; if not, write to the
 * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
 * Boston, MA  02110-1301  USA
 */

#ifndef __COMMON_H__
#define __COMMON_H__

#include <gio/gio.h>

G_BEGIN_DECLS

typedef void (*_GIOStreamSpliceCallback) (GIOStream *stream1,
    GIOStream *stream2, const GError *error, gpointer user_data);

void _g_io_stream_splice (GIOStream *stream1, GIOStream *stream2,
    _GIOStreamSpliceCallback callback, gpointer user_data);

G_END_DECLS

#endif /* #ifndef __COMMON_H__*/
kports main, development code repositoryroot
summaryrefslogtreecommitdiff
path: root/RepositoryModule_host.mk
AgeCommit message (Expand)AuthorFilesLines
2016-08-18screenshots: add new global make targetArmin Le Grand1-1/+1
2016-06-18uitest: build system part for new uitestsMarkus Mohrhard1-1/+2
2016-03-21clew: move this foreign code to external/clewMichael Stahl1-1/+0
2016-01-20drop basebmp entirely nowCaolán McNamara1-1/+0
2015-06-29online update: Add MAR library creation capabilityNathan Yee1-0/+1
2015-03-20Remove library urelibs. It was more just a temporary hack and is not used.Matúš Kukan1-1/+0