mirror of https://github.com/GNOME/gimp.git
updated the API documentation to indicate that the returned array is
2007-04-24 Mukund Sivaraman <muks@mukund.org> * libgimpwidgets/gimppageselector.c: updated the API documentation to indicate that the returned array is sorted. svn path=/trunk/; revision=22313
This commit is contained in:
parent
f9d489de2f
commit
9f080a827b
|
@ -1,3 +1,8 @@
|
|||
2007-04-24 Mukund Sivaraman <muks@mukund.org>
|
||||
|
||||
* libgimpwidgets/gimppageselector.c: updated the API documentation
|
||||
to indicate that the returned array is sorted.
|
||||
|
||||
2007-04-24 Mukund Sivaraman <muks@mukund.org>
|
||||
|
||||
* plug-ins/common/poppler.c: set the page selector target
|
||||
|
|
|
@ -948,7 +948,7 @@ gimp_page_selector_page_is_selected (GimpPageSelector *selector,
|
|||
* @selector: Pointer to a #GimpPageSelector.
|
||||
* @n_selected_pages: Returns the number of selected pages.
|
||||
*
|
||||
* Returns: An array of page numbers of selected pages. Use g_free() if
|
||||
* Returns: A sorted array of page numbers of selected pages. Use g_free() if
|
||||
* you don't need the array any longer.
|
||||
*
|
||||
* Since: GIMP 2.4
|
||||
|
|
Loading…
Reference in New Issue