Fix some typos with inline property docs. (#347065, John Finlay)

2006-07-10  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkaction.c:
	* gtk/gtkiconview.c:
	* gtk/gtkprintbackend.c:
	* gtk/gtkprintoperation-unix.c:
	* gtk/gtkscrolledwindow.c:
	* gtk/gtktoolbar.c: Fix some typos with inline property
	docs.  (#347065, John Finlay)
This commit is contained in:
Matthias Clasen 2006-07-10 16:59:43 +00:00 committed by Matthias Clasen
parent 8e552c4144
commit 0720f6d5d8
8 changed files with 28 additions and 12 deletions

View File

@ -1,5 +1,13 @@
2006-07-10 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkaction.c:
* gtk/gtkiconview.c:
* gtk/gtkprintbackend.c:
* gtk/gtkprintoperation-unix.c:
* gtk/gtkscrolledwindow.c:
* gtk/gtktoolbar.c: Fix some typos with inline property
docs. (#347065, John Finlay)
* gtk/gtkfilechooserbutton.c: Fix some memory handling
issues. (#347043, Chris Wilson)

View File

@ -1,5 +1,13 @@
2006-07-10 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkaction.c:
* gtk/gtkiconview.c:
* gtk/gtkprintbackend.c:
* gtk/gtkprintoperation-unix.c:
* gtk/gtkscrolledwindow.c:
* gtk/gtktoolbar.c: Fix some typos with inline property
docs. (#347065, John Finlay)
* gtk/gtkfilechooserbutton.c: Fix some memory handling
issues. (#347043, Chris Wilson)

View File

@ -224,7 +224,7 @@ gtk_action_class_init (GtkActionClass *klass)
NULL,
GTK_PARAM_READWRITE));
/**
* GtkAction::icon-name:
* GtkAction:icon-name:
*
* The name of the icon from the icon theme.
* Note that the stock icon is preferred, if

View File

@ -597,7 +597,7 @@ gtk_icon_view_class_init (GtkIconViewClass *klass)
/**
* GtkIconView::item-width:
* GtkIconView:item-width:
*
* The item-width property specifies the width to use for each item.
* If it is set to -1, the icon view will automatically determine a
@ -614,7 +614,7 @@ gtk_icon_view_class_init (GtkIconViewClass *klass)
GTK_PARAM_READWRITE));
/**
* GtkIconView::spacing:
* GtkIconView:spacing:
*
* The spacing property specifies the space which is inserted between
* the cells (i.e. the icon and the text) of an item.
@ -630,7 +630,7 @@ gtk_icon_view_class_init (GtkIconViewClass *klass)
GTK_PARAM_READWRITE));
/**
* GtkIconView::row-spacing:
* GtkIconView:row-spacing:
*
* The row-spacing property specifies the space which is inserted between
* the rows of the icon view.
@ -646,7 +646,7 @@ gtk_icon_view_class_init (GtkIconViewClass *klass)
GTK_PARAM_READWRITE));
/**
* GtkIconView::column-spacing:
* GtkIconView:column-spacing:
*
* The column-spacing property specifies the space which is inserted between
* the columns of the icon view.
@ -662,7 +662,7 @@ gtk_icon_view_class_init (GtkIconViewClass *klass)
GTK_PARAM_READWRITE));
/**
* GtkIconView::margin:
* GtkIconView:margin:
*
* The margin property specifies the space which is inserted
* at the edges of the icon view.
@ -679,7 +679,7 @@ gtk_icon_view_class_init (GtkIconViewClass *klass)
/**
* GtkIconView::orientation:
* GtkIconView:orientation:
*
* The orientation property specifies how the cells (i.e. the icon and
* the text) of the item are positioned relative to each other.

View File

@ -249,7 +249,7 @@ gtk_print_backend_initialize (void)
if (!initialized)
{
/**
* GtkSettings::gtk-print-backends:
* GtkSettings:gtk-print-backends:
*
* A comma-separated list of print backends to use in the print
* dialog. Available print backends depend on the GTK+ installation,

View File

@ -173,7 +173,7 @@ gtk_print_operation_unix_initialize (void)
if (!initialized)
{
/**
* GtkSettings::gtk-print-preview-command:
* GtkSettings:gtk-print-preview-command:
*
* A command to run for displaying the print preview. The command
* should contain a %f placeholder, which will get replaced by

View File

@ -256,7 +256,7 @@ gtk_scrolled_window_class_init (GtkScrolledWindowClass *class)
GTK_PARAM_READABLE | GTK_PARAM_WRITABLE));
/**
* GtkScrolledWindow::window-placement-set:
* GtkScrolledWindow:window-placement-set:
*
* Whether "window-placement" should be used to determine the location
* of the contents with respect to the scrollbars. Otherwise, the
@ -290,7 +290,7 @@ gtk_scrolled_window_class_init (GtkScrolledWindowClass *class)
GTK_PARAM_READABLE));
/**
* GtkSettings::gtk-scrolled-window-placement:
* GtkSettings:gtk-scrolled-window-placement:
*
* Where the contents of scrolled windows are located with respect to the
* scrollbars, if not overridden by the scrolled window's own placement.

View File

@ -228,7 +228,7 @@ gtk_tool_button_class_init (GtkToolButtonClass *klass)
GTK_PARAM_READWRITE));
/**
* GtkButton::icon-spacing:
* GtkButton:icon-spacing:
*
* Spacing in pixels between the icon and label.
*