Home
last modified time | relevance | path

Searched refs:uri_custom (Results 1 – 3 of 3) sorted by relevance

/dports/net-im/libpurple/pidgin-2.14.8/pidgin/
H A Dgtknotify.c1307 gchar *uri_escaped, *uri_custom = NULL; in pidgin_notify_uri() local
1369 g_assert(uri_custom == NULL); in pidgin_notify_uri()
1371 uri_custom = g_strdup_printf("openURL(%s,new-window)", in pidgin_notify_uri()
1374 uri_custom = g_strdup_printf("openURL(%s,new-tab)", in pidgin_notify_uri()
1377 uri_custom = g_strdup_printf("openURL(%s)", in pidgin_notify_uri()
1381 if (uri_custom != NULL) { in pidgin_notify_uri()
1396 uri_custom = g_strdup_printf("openURL(%s)", in pidgin_notify_uri()
1400 if (uri_custom) { in pidgin_notify_uri()
1476 uri_custom = purple_strreplace(cmd_part, "%s", in pidgin_notify_uri()
1478 argv = g_slist_append(argv, uri_custom); in pidgin_notify_uri()
[all …]
/dports/net-im/pidgin/pidgin-2.14.8/pidgin/
H A Dgtknotify.c1307 gchar *uri_escaped, *uri_custom = NULL; in pidgin_notify_uri() local
1369 g_assert(uri_custom == NULL); in pidgin_notify_uri()
1371 uri_custom = g_strdup_printf("openURL(%s,new-window)", in pidgin_notify_uri()
1374 uri_custom = g_strdup_printf("openURL(%s,new-tab)", in pidgin_notify_uri()
1377 uri_custom = g_strdup_printf("openURL(%s)", in pidgin_notify_uri()
1381 if (uri_custom != NULL) { in pidgin_notify_uri()
1396 uri_custom = g_strdup_printf("openURL(%s)", in pidgin_notify_uri()
1400 if (uri_custom) { in pidgin_notify_uri()
1476 uri_custom = purple_strreplace(cmd_part, "%s", in pidgin_notify_uri()
1478 argv = g_slist_append(argv, uri_custom); in pidgin_notify_uri()
[all …]
/dports/net-im/finch/pidgin-2.14.8/pidgin/
H A Dgtknotify.c1307 gchar *uri_escaped, *uri_custom = NULL; in pidgin_notify_uri() local
1369 g_assert(uri_custom == NULL); in pidgin_notify_uri()
1371 uri_custom = g_strdup_printf("openURL(%s,new-window)", in pidgin_notify_uri()
1374 uri_custom = g_strdup_printf("openURL(%s,new-tab)", in pidgin_notify_uri()
1377 uri_custom = g_strdup_printf("openURL(%s)", in pidgin_notify_uri()
1381 if (uri_custom != NULL) { in pidgin_notify_uri()
1396 uri_custom = g_strdup_printf("openURL(%s)", in pidgin_notify_uri()
1400 if (uri_custom) { in pidgin_notify_uri()
1476 uri_custom = purple_strreplace(cmd_part, "%s", in pidgin_notify_uri()
1478 argv = g_slist_append(argv, uri_custom); in pidgin_notify_uri()
[all …]