gimpgimprc_pdb.h 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. /* LIBGIMP - The GIMP Library
  2. * Copyright (C) 1995-2003 Peter Mattis and Spencer Kimball
  3. *
  4. * gimpgimprc_pdb.h
  5. *
  6. * This library is free software: you can redistribute it and/or
  7. * modify it under the terms of the GNU Lesser General Public
  8. * License as published by the Free Software Foundation; either
  9. * version 3 of the License, or (at your option) any later version.
  10. *
  11. * This library is distributed in the hope that it will be useful,
  12. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  14. * Lesser General Public License for more details.
  15. *
  16. * You should have received a copy of the GNU Lesser General Public
  17. * License along with this library. If not, see
  18. * <http://www.gnu.org/licenses/>.
  19. */
  20. /* NOTE: This file is auto-generated by pdbgen.pl */
  21. #if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
  22. #error "Only <libgimp/gimp.h> can be included directly."
  23. #endif
  24. #ifndef __GIMP_GIMPRC_PDB_H__
  25. #define __GIMP_GIMPRC_PDB_H__
  26. G_BEGIN_DECLS
  27. /* For information look into the C source or the html documentation */
  28. gchar* gimp_gimprc_query (const gchar *token);
  29. gboolean gimp_gimprc_set (const gchar *token,
  30. const gchar *value);
  31. gchar* gimp_get_default_comment (void);
  32. GimpUnit gimp_get_default_unit (void);
  33. gboolean gimp_get_monitor_resolution (gdouble *xres,
  34. gdouble *yres);
  35. gchar* gimp_get_theme_dir (void);
  36. G_GNUC_INTERNAL gchar* _gimp_get_color_configuration (void);
  37. gchar* gimp_get_module_load_inhibit (void);
  38. G_END_DECLS
  39. #endif /* __GIMP_GIMPRC_PDB_H__ */