Hi all,

what are the advantages of using gtk_ui_manager_add_ui_from_string()
using a inline compiled string vs. gtk_ui_manager_add_ui_from_file() ?

from_string() enlarges the executable, but the executable is one file
that is read from disk as a contiguous block,  from_file() makes the
executable smaller, but involves runtime an extra file seek / open /
read / close.

Any opinions?

Olivier
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to