Hello, This is my first post in the list, so hello everyone! I'm working in this GnomeGoal [1] and I'm trying to replace a gnome_help call with gtk_show_uri in the gok project:
This is the gnome help call: gnome_help_display_desktop (NULL, "gnome-access-guide", helpuri, "sysadmin-37", &error); Is it gtk_show_uri (NULL, "ghelp:gnome-access-guide?%sysadmin-37", gtk_get_current_event_time(), &error); a valid replace? Here the original code: http://git.gnome.org/cgit/gok/tree/gok/main.c#n3186 Thank you for your help. [1] http://live.gnome.org/GnomeGoals/RemoveGnomeOpenGnomeHelp -- Javier Jardón Cabezas _______________________________________________ gnome-love mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-love
