Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gtkshow.h File Reference
#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)
 

Function Documentation

◆ gtk_show_uri()

void gtk_show_uri ( GtkWindow * parent,
const char * uri,
guint32 timestamp )

◆ gtk_show_uri_full()

G_BEGIN_DECLS void gtk_show_uri_full ( GtkWindow * parent,
const char * uri,
guint32 timestamp,
GCancellable * cancellable,
GAsyncReadyCallback callback,
gpointer user_data )

◆ gtk_show_uri_full_finish()

gboolean gtk_show_uri_full_finish ( GtkWindow * parent,
GAsyncResult * result,
GError ** error )