Add short doc for gimp_display_shell_center_around_image_coordinate()

svn path=/trunk/; revision=26163
This commit is contained in:
Martin Nordholts 2008-07-12 14:26:49 +00:00
parent 9f5c347d4e
commit fb32ff3efd

View file

@ -36,6 +36,15 @@
#include "gimpdisplayshell-scroll.h"
/**
* gimp_display_shell_center_around_image_coordinate:
* @shell:
* @image_x:
* @image_y:
*
* Center the viewport around the passed image coordinate
*
**/
void
gimp_display_shell_center_around_image_coordinate (GimpDisplayShell *shell,
gdouble image_x,