В Втр, 02/06/2009 в 18:59 +0200, Javi пишет: > Hello, > > This is my first post in the list, so hello everyone!
Hello Javi, welcome to the GNOME-love! > 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? Something like this, for example gtk_get_current_event_time(), could be changed to GDK_CURRENT_TIME. Otherwise it's fine while it works.
signature.asc
Description: Эта часть сообщения подписана цифровой подписью
_______________________________________________ gnome-love mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-love
