fixed formatting and gtk-doc comment.

2007-10-17  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/gimpnumberpairentry.c: fixed formatting and
	gtk-doc comment.

svn path=/trunk/; revision=23853
This commit is contained in:
Sven Neumann 2007-10-17 08:20:23 +00:00 committed by Sven Neumann
parent 17eb0c6934
commit 6df1155a09
2 changed files with 11 additions and 5 deletions

View File

@ -1,3 +1,8 @@
2007-10-17 Sven Neumann <sven@gimp.org>
* libgimpwidgets/gimpnumberpairentry.c: fixed formatting and
gtk-doc comment.
2007-10-16 Michael Natterer <mitch@gimp.org>
* libgimpwidgets/gimppropwidgets.c (gimp_prop_size_entry_new):

View File

@ -596,8 +596,9 @@ gimp_number_pair_entry_get_values (GimpNumberPairEntry *entry,
*
* Since: GIMP 2.4
*/
void gimp_number_pair_entry_set_default_text (GimpNumberPairEntry *entry,
const gchar *string)
void
gimp_number_pair_entry_set_default_text (GimpNumberPairEntry *entry,
const gchar *string)
{
GimpNumberPairEntryPrivate *priv;
@ -616,14 +617,14 @@ void gimp_number_pair_entry_set_default_text (GimpNumberPairEntry *entry,
/**
* gimp_number_pair_entry_get_default_text:
* @entry: A #GimpNumberPairEntry widget.
* @string: A string to be shown.
*
* Returns: the string manully set to be shown, or %NULL if values are
* shown in a normal fashion.
* shown in a normal fashion.
*
* Since: GIMP 2.4
*/
const gchar * gimp_number_pair_entry_get_default_text (GimpNumberPairEntry *entry)
const gchar *
gimp_number_pair_entry_get_default_text (GimpNumberPairEntry *entry)
{
GimpNumberPairEntryPrivate *priv;