Home
last modified time | relevance | path

Searched refs:gtk_show_uri (Results 1 – 25 of 354) sorted by relevance

12345678910>>...15

/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/xs/
H A DGtkShow.xs18 # gboolean gtk_show_uri (GdkScreen *screen, const gchar *uri, guint32 timestamp, GError **error);
20 gtk_show_uri (GdkScreen_ornull *screen, const gchar *uri, guint32 timestamp=GDK_CURRENT_TIME)
24 if (!gtk_show_uri (screen, uri, timestamp, &error)) {
/dports/x11-toolkits/gtk-sharp-beans/gtk-sharp-beans-2.14.1/Gtk.Sources/
H A DGlobal.cs29 …static extern unsafe bool gtk_show_uri(IntPtr screen, IntPtr uri, uint timestamp, out IntPtr error… in gtk_show_uri() method in GtkBeans.Global
34 …bool raw_ret = gtk_show_uri(screen == null ? IntPtr.Zero : screen.Handle, native_uri, timestamp, o… in ShowUri()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkshow.c128 g_task_set_source_tag (data->task, gtk_show_uri); in gtk_show_uri_full()
155 g_return_val_if_fail (g_task_get_source_tag (G_TASK (result)) == gtk_show_uri, FALSE); in gtk_show_uri_full_finish()
200 gtk_show_uri (GtkWindow *parent, in gtk_show_uri() function
H A Dgtkshow.h46 void gtk_show_uri (GtkWindow *parent,
/dports/games/gbrainy/gbrainy-2.4.3/src/Core/Platform/
H A DUnix.cs41 static extern bool gtk_show_uri(IntPtr screen, IntPtr uri, uint timestamp, out IntPtr error); in gtk_show_uri() method in gbrainy.Core.Platform.Unix
114 …rslt = gtk_show_uri(screen == null ? IntPtr.Zero : screen.Handle, native_uri, timestamp, out error… in ShowUri()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkshow.h32 gboolean gtk_show_uri (GdkScreen *screen,
H A Dgtkshow.c61 gtk_show_uri (GdkScreen *screen, in gtk_show_uri() function
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkshow.h33 gboolean gtk_show_uri (GdkScreen *screen,
/dports/devel/anjuta/anjuta-3.34.0/plugins/starter/
H A Dplugin.c103 gtk_show_uri (NULL, "help:anjuta-manual", GDK_CURRENT_TIME, NULL); in on_local_doc_activated()
109 gtk_show_uri (NULL, "help:anjuta-faqs", GDK_CURRENT_TIME, NULL); in on_local_faq_activated()
115 gtk_show_uri (NULL, "https://developer.gnome.org/references", GDK_CURRENT_TIME, NULL); in on_online_doc_activated()
121 gtk_show_uri (NULL, "http://www.softwareheritage.org/archive", GDK_CURRENT_TIME, NULL); in on_search_example_code_activated()
/dports/devel/hs-threadscope/threadscope-0.2.14/GUI/
H A DGtkExtras.hs113 liftM toBool $ gtk_show_uri nullPtr uriStrPtr timestamp errPtrPtr
125 gtk_show_uri :: Ptr Screen -> Ptr CChar -> CUInt -> Ptr (Ptr ()) -> IO CInt
/dports/chinese/gcin-qt5/gcin-2.9.0/
H A Dhtml-browser.cpp25 gtk_show_uri (gdk_screen_get_default (), fname, gtk_get_current_event_time (), &error); in html_browser()
/dports/chinese/gcin-gtk3/gcin-2.9.0/
H A Dhtml-browser.cpp25 gtk_show_uri (gdk_screen_get_default (), fname, gtk_get_current_event_time (), &error); in html_browser()
/dports/chinese/gcin/gcin-2.9.0/
H A Dhtml-browser.cpp25 gtk_show_uri (gdk_screen_get_default (), fname, gtk_get_current_event_time (), &error); in html_browser()
/dports/net/gssdp/gssdp-1.4.0.1/subprojects/gi-docgen/docs/
H A Dlinking.rst103 // Equivalent to [func@Gtk.show_uri], will link to gtk_show_uri()
104 [id@gtk_show_uri]
140 // will link to gtk_show_uri()
/dports/textproc/py-gi-docgen/gi-docgen-2021.5/docs/
H A Dlinking.rst103 // Equivalent to [func@Gtk.show_uri], will link to gtk_show_uri()
104 [id@gtk_show_uri]
140 // will link to gtk_show_uri()
/dports/deskutils/nautilus-actions/nautilus-actions-3.2.4/src/nact/
H A Dnact-menubar-help.c65 gtk_show_uri( NULL, "ghelp:nautilus-actions-config-tool", GDK_CURRENT_TIME, &error ); in nact_menubar_help_on_help()
/dports/sysutils/cinnamon-control-center/cinnamon-control-center-4.8.2/shell/
H A Dcontrol-center.c186 gtk_show_uri (gtk_widget_get_screen (window), in help_activated()
190 gtk_show_uri (gtk_widget_get_screen (window), in help_activated()
/dports/games/aisleriot/aisleriot-3.22.19/src/lib/
H A Dar-show.c59 return gtk_show_uri (screen, uri, timestamp, error); in ar_show_uri()
/dports/sysutils/gsmartcontrol/gsmartcontrol-1.1.3/src/hz/
H A Dlaunch_url.h60 bool status = gtk_show_uri(screen, link.c_str(), GDK_CURRENT_TIME, &error.get_ref()); in launch_url()
/dports/x11-toolkits/pango/pango-1.48.11/subprojects/gi-docgen/docs/
H A Dlinking.rst146 // Equivalent to [func@Gtk.show_uri], will link to gtk_show_uri()
147 [id@gtk_show_uri]
184 // will link to gtk_show_uri()
/dports/devel/devhelp/devhelp-41.2/subprojects/gi-docgen/docs/
H A Dlinking.rst146 // Equivalent to [func@Gtk.show_uri], will link to gtk_show_uri()
147 [id@gtk_show_uri]
184 // will link to gtk_show_uri()
/dports/x11-toolkits/gtk40/gtk-4.4.1/subprojects/gi-docgen/docs/
H A Dlinking.rst146 // Equivalent to [func@Gtk.show_uri], will link to gtk_show_uri()
147 [id@gtk_show_uri]
184 // will link to gtk_show_uri()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/unix/native/libawt_xawt/xawt/
H A Dawt_Desktop.c78 success = gtk->gtk_show_uri(NULL, url_c, GDK_CURRENT_TIME, NULL); in Java_sun_awt_X11_XDesktopPeer_gnome_1url_1show()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/unix/native/libawt_xawt/xawt/
H A Dawt_Desktop.c78 success = gtk->gtk_show_uri(NULL, url_c, GDK_CURRENT_TIME, NULL); in Java_sun_awt_X11_XDesktopPeer_gnome_1url_1show()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/unix/native/libawt_xawt/xawt/
H A Dawt_Desktop.c78 success = gtk->gtk_show_uri(NULL, url_c, GDK_CURRENT_TIME, NULL); in Java_sun_awt_X11_XDesktopPeer_gnome_1url_1show()

12345678910>>...15