libghostty: rename ghostty_kitty_image_get to ghostty_kitty_graphics_image_get

Rename the public API function to follow the consistent
ghostty_kitty_graphics_* naming convention used by the other
kitty graphics API symbols.
This commit is contained in:
Mitchell Hashimoto
2026-04-06 10:14:24 -07:00
parent 68a8cbb065
commit fc9299a41d
4 changed files with 9 additions and 9 deletions

View File

@@ -162,7 +162,7 @@ typedef enum {
} GhosttyKittyImageCompression;
/**
* Queryable data kinds for ghostty_kitty_image_get().
* Queryable data kinds for ghostty_kitty_graphics_image_get().
*
* @ingroup kitty_graphics
*/
@@ -277,7 +277,7 @@ GHOSTTY_API GhosttyKittyGraphicsImage ghostty_kitty_graphics_image(
*
* @ingroup kitty_graphics
*/
GHOSTTY_API GhosttyResult ghostty_kitty_image_get(
GHOSTTY_API GhosttyResult ghostty_kitty_graphics_image_get(
GhosttyKittyGraphicsImage image,
GhosttyKittyGraphicsImageData data,
void* out);