Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gtk/gtkwindow.h>
Go to the source code of this file.
Functions | |
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) |
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 ) |