Re: Should gtkintl.h be installed?



Damon Chaplin <damon@karuna.freeserve.co.uk> writes:
> Should gtkintl.h be installed? It has "gtk+" hard-coded as the
> domain, so its not usable by anything else:
> 
> #ifndef __GTKINTL_H__
> #define __GTKINTL_H__
> 
> #include "config.h"
> 
> #ifdef ENABLE_NLS
> #include<libintl.h>
> #define _(String) dgettext("gtk+",String)
> #ifdef gettext_noop
> #define N_(String) gettext_noop(String)
> ....

Looks like it shouldn't be installed.  It is not referenced in
<gtk/gtk.h> -- so it hasn't created problems so far.

- Hari
-- 
Raja R Harinath ------------------------------ harinath@cs.umn.edu
"When all else fails, read the instructions."      -- Cahn's Axiom
"Our policy is, when in doubt, do the right thing."   -- Roy L Ash



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]