Home | History | Annotate | Download | only in gtk

Lines Matching refs:url

101 static gchar* autocorrectURL(const gchar* url)
103 if (strncmp("http://", url, 7) != 0 && strncmp("https://", url, 8) != 0) {
105 g_string_append(string, url);
109 return g_strdup(url);
447 // Look for "'" as a separator between the path or URL, and the pixel dump hash that follows.
457 gchar* url = autocorrectURL(pathOrURL.c_str());
458 const string testURL(url);
498 webkit_web_view_open(webView, url);
500 g_free(url);
501 url = NULL;