gitkrinfo.c

Go to the documentation of this file.
00001 
00012 #define GITK_RENDERER_C
00013 #define GITKR_INFO_C
00014 
00015 #include "gitkrincludes.h"
00016 
00022 gchar *gitkr_info(GitkrInfo key) {
00023   switch(key) {
00024     case GITKR_INFO_LOCALEDIR:
00025       return(LOCALEDIR);
00026     case GITKR_INFO_PACKAGE:
00027       return(PACKAGE);
00028     case GITKR_INFO_MEDIA_DOMAIN:
00029 #ifdef HAVE_SPEECH
00030       return("text,audio");
00031 #else
00032       return("text");
00033 #endif
00034     case GITKR_INFO_INTERFACE_LOCATION:
00035       return(GITKR_INFO_INTERFACE_LOCATION_LOCAL);
00036   }
00037   return(NULL);
00038 }

Generated on Thu Oct 28 10:59:11 2004 for gitk by doxygen 1.3.6