Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gtkshow.h
Go to the documentation of this file.
1/*
2 * GTK - The GIMP Toolkit
3 * Copyright (C) 2008 Jaap Haitsma <jaap@haitsma.org>
4 *
5 * All rights reserved.
6 *
7 * This library is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU Lesser General Public
9 * License as published by the Free Software Foundation; either
10 * version 2 of the License, or (at your option) any later version.
11 *
12 * This library is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * Lesser General Public License for more details.
16 *
17 * You should have received a copy of the GNU Lesser General Public
18 * License along with this library. If not, see <http://www.gnu.org/licenses/>.
19 */
20
21#pragma once
22
23#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
24#error "Only <gtk/gtk.h> can be included directly."
25#endif
26
27#include <gtk/gtkwindow.h>
28
30
33 const char *uri,
34 guint32 timestamp,
35 GCancellable *cancellable,
36 GAsyncReadyCallback callback,
37 gpointer user_data);
38
41 GAsyncResult *result,
42 GError **error);
43
45void gtk_show_uri (GtkWindow *parent,
46 const char *uri,
47 guint32 timestamp);
48
50
#define GDK_DEPRECATED_IN_4_10_FOR(f)
struct _GAsyncResult GAsyncResult
Definition giotypes.h:36
void(* GAsyncReadyCallback)(GObject *source_object, GAsyncResult *res, gpointer data)
Definition giotypes.h:190
unsigned int guint32
Definition glibconfig.h:57
#define G_END_DECLS
Definition gmacros.h:910
#define G_BEGIN_DECLS
Definition gmacros.h:909
G_BEGIN_DECLS void gtk_show_uri_full(GtkWindow *parent, const char *uri, guint32 timestamp, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data)
gboolean gtk_show_uri_full_finish(GtkWindow *parent, GAsyncResult *result, GError **error)
void gtk_show_uri(GtkWindow *parent, const char *uri, guint32 timestamp)
GDK_AVAILABLE_IN_4_10 void gtk_uri_launcher_launch(GtkUriLauncher *self, GtkWindow *parent, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data)
gint gboolean
Definition gtypes.h:56
void * gpointer
Definition gtypes.h:109
static void error(LoadState *S, const char *why)