2008/11/4 Joe Smith <[EMAIL PROTECTED]>: > So I'm doing pretty good with updating gedit, but I've noticed that there > are some header files not included in the main ones (<glib.h>, <gdk/gdk.h>, > <gdk-pixbuf/gdk-pixbuf.h> and <gtk/gtk.h>). For instance, how should we > include glib/gi18n.h when it isn't specifically included in glib.h? Will > this require adding it as an include in glib.h? >
No, gi18n.h is a header that has to be included separately. That is because you need to either include gi18n.h or gi18n-lib.h depending on wether you are an app or a lib. There is a few more of those, e.g. gstdio.h. _______________________________________________ desktop-devel-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/desktop-devel-list
