gimpbuffer_pdb.h 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. /* LIBGIMP - The GIMP Library
  2. * Copyright (C) 1995-2003 Peter Mattis and Spencer Kimball
  3. *
  4. * gimpbuffer_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_BUFFER_PDB_H__
  25. #define __GIMP_BUFFER_PDB_H__
  26. G_BEGIN_DECLS
  27. /* For information look into the C source or the html documentation */
  28. gchar** gimp_buffers_get_list (const gchar *filter,
  29. gint *num_buffers);
  30. gchar* gimp_buffer_rename (const gchar *buffer_name,
  31. const gchar *new_name);
  32. gboolean gimp_buffer_delete (const gchar *buffer_name);
  33. gint gimp_buffer_get_width (const gchar *buffer_name);
  34. gint gimp_buffer_get_height (const gchar *buffer_name);
  35. gint gimp_buffer_get_bytes (const gchar *buffer_name);
  36. GimpImageBaseType gimp_buffer_get_image_type (const gchar *buffer_name);
  37. G_END_DECLS
  38. #endif /* __GIMP_BUFFER_PDB_H__ */