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       return("image");
00030     case GITKR_INFO_INTERFACE_LOCATION:
00031       return(GITKR_INFO_INTERFACE_LOCATION_LOCAL);
00032   }
00033   return(NULL);
00034 }

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