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:
Mukund Sivaraman 2007-04-24 18:31:46 +00:00 committed by Mukund Sivaraman
parent f9d489de2f
commit 9f080a827b
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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