Esempio n. 1
0
static void
html_plugin_show_url (PlannerPlugin *plugin, const char *path)
{
	gchar *url;

	url = g_filename_to_uri (path, NULL, NULL);
	planner_util_show_url (NULL, url);
	g_free (url);
}
Esempio n. 2
0
void
planner_util_show_help (GtkWindow *parent)
{
	planner_util_show_url(parent, "ghelp:planner");
}