Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gdkcontentproviderimpl.h
Go to the documentation of this file.
1/* GDK - The GIMP Drawing Kit
2 *
3 * Copyright (C) 2017 Benjamin Otte <otte@gnome.org>
4 *
5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Lesser General Public
7 * License as published by the Free Software Foundation; either
8 * version 2 of the License, or (at your option) any later version.
9 *
10 * This library 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 GNU
13 * Lesser General Public License for more details.
14 *
15 * You should have received a copy of the GNU Lesser General Public
16 * License along with this library. If not, see <http://www.gnu.org/licenses/>.
17 */
18
19#pragma once
20
21#if !defined (__GDK_H_INSIDE__) && !defined (GTK_COMPILATION)
22#error "Only <gdk/gdk.h> can be included directly."
23#endif
24
25#include <gdk/gdktypes.h>
26
28
29
34 ...);
37 gsize n_providers);
40 GBytes *bytes);
41
42
44
const char * mime_type
Definition civetweb.c:8224
typedefG_BEGIN_DECLS struct _GBytes GBytes
Definition garray.h:38
#define GDK_AVAILABLE_IN_ALL
GDK_AVAILABLE_IN_ALL GdkContentProvider * gdk_content_provider_new_union(GdkContentProvider **providers, gsize n_providers)
G_BEGIN_DECLS GDK_AVAILABLE_IN_ALL GdkContentProvider * gdk_content_provider_new_for_value(const GValue *value)
GDK_AVAILABLE_IN_ALL GdkContentProvider * gdk_content_provider_new_typed(GType type,...)
GDK_AVAILABLE_IN_ALL GdkContentProvider * gdk_content_provider_new_for_bytes(const char *mime_type, GBytes *bytes)
unsigned long gsize
Definition glibconfig.h:83
#define G_END_DECLS
Definition gmacros.h:910
#define G_BEGIN_DECLS
Definition gmacros.h:909
gsize GType
Definition gtype.h:427
int value
Definition lsqlite3.c:2155