Add short doc for gimp_display_shell_center_around_image_coordinate()
svn path=/trunk/; revision=26163
This commit is contained in:
parent
9f5c347d4e
commit
fb32ff3efd
1 changed files with 9 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue