Function
Gtkshow_uri
Declaration [src]
void
gtk_show_uri (
  GtkWindow* parent,
  const char* uri,
  guint32 timestamp
)
Description [src]
This function launches the default application for showing a given uri, or shows an error dialog if that fails.
Parameters
- parent
- 
            Type: GtkWindowParent window. The argument can be NULL.The data is owned by the caller of the function. 
- uri
- 
            Type: const char*The uri to show. The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. 
- timestamp
- 
            Type: guint32Timestamp from the event that triggered this call, or GDK_CURRENT_TIME.