mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
Bug 567761 – Spellfixes in GTK+ documentation
* gdk/x11/gdkselection-x11.c: * gtk/gtktestutils.c: Fix typos in the docs. svn path=/trunk/; revision=22189
This commit is contained in:
parent
b71609e23e
commit
5c317ec762
@ -1,3 +1,10 @@
|
||||
2009-01-23 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
Bug 567761 – Spellfixes in GTK+ documentation
|
||||
|
||||
* gdk/x11/gdkselection-x11.c:
|
||||
* gtk/gtktestutils.c: Fix typos in the docs.
|
||||
|
||||
2009-01-23 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
Bug 567021 – gtkimage accessors docs
|
||||
|
@ -1,3 +1,7 @@
|
||||
2009-01-23 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gdk/tmpl/properties.sgml: Typo fix
|
||||
|
||||
2009-01-20 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtk-sections.txt: Add new GtkAction api
|
||||
|
@ -305,7 +305,7 @@ is provided.
|
||||
@data: location to store a pointer to the data. The retrieved
|
||||
data should be freed with g_free() when you are finished
|
||||
using it.
|
||||
@Returns: %TRUE if data was sucessfully received and stored
|
||||
@Returns: %TRUE if data was successfully received and stored
|
||||
in @data, otherwise %FALSE.
|
||||
|
||||
|
||||
|
@ -676,7 +676,7 @@ gdk_text_property_to_utf8_list_for_display (GdkDisplay *display,
|
||||
* Convert a string from the encoding of the current
|
||||
* locale into a form suitable for storing in a window property.
|
||||
*
|
||||
* Returns: 0 upon sucess, non-zero upon failure.
|
||||
* Returns: 0 upon success, non-zero upon failure.
|
||||
*
|
||||
* Since: 2.2
|
||||
**/
|
||||
|
@ -373,9 +373,9 @@ gtk_test_find_widget (GtkWidget *widget,
|
||||
* @widget: valid widget pointer.
|
||||
* @percentage: value between 0 and 100.
|
||||
*
|
||||
* This function will adjust theslider position of all GtkRange
|
||||
* This function will adjust the slider position of all GtkRange
|
||||
* based widgets, such as scrollbars or scales, it'll also adjust
|
||||
* spin buttons. The adjustment value of tehse widgets is set to
|
||||
* spin buttons. The adjustment value of these widgets is set to
|
||||
* a value between the lower and upper limits, according to the
|
||||
* @percentage argument.
|
||||
*
|
||||
@ -455,7 +455,7 @@ gtk_test_text_set (GtkWidget *widget,
|
||||
* Retrive the text string of @widget if it is a GtkLabel,
|
||||
* GtkEditable (entry and text widgets) or GtkTextView.
|
||||
*
|
||||
* Returns: new 0-terminated C string, needs to be releaed with g_free().
|
||||
* Returns: new 0-terminated C string, needs to be released with g_free().
|
||||
*
|
||||
* Since: 2.14
|
||||
**/
|
||||
|
Loading…
Reference in New Issue
Block a user