summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--ChangeLog.pre-2-108
-rw-r--r--gtk/gtkaction.c2
-rw-r--r--gtk/gtkiconview.c12
-rw-r--r--gtk/gtkprintbackend.c2
-rw-r--r--gtk/gtkprintoperation-unix.c2
-rw-r--r--gtk/gtkscrolledwindow.c4
-rw-r--r--gtk/gtktoolbutton.c2
8 files changed, 28 insertions, 12 deletions
diff --git a/ChangeLog b/ChangeLog
index b74fdc6823..046e36b0ed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index b74fdc6823..046e36b0ed 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -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)
diff --git a/gtk/gtkaction.c b/gtk/gtkaction.c
index 07d827ff08..630159b3a2 100644
--- a/gtk/gtkaction.c
+++ b/gtk/gtkaction.c
@@ -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
diff --git a/gtk/gtkiconview.c b/gtk/gtkiconview.c
index d1fb4f6632..4bb88335b6 100644
--- a/gtk/gtkiconview.c
+++ b/gtk/gtkiconview.c
@@ -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.
diff --git a/gtk/gtkprintbackend.c b/gtk/gtkprintbackend.c
index 14d6aedcd2..96b65016c8 100644
--- a/gtk/gtkprintbackend.c
+++ b/gtk/gtkprintbackend.c
@@ -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,
diff --git a/gtk/gtkprintoperation-unix.c b/gtk/gtkprintoperation-unix.c
index 5f93fef5ac..c5c71e82e7 100644
--- a/gtk/gtkprintoperation-unix.c
+++ b/gtk/gtkprintoperation-unix.c
@@ -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
diff --git a/gtk/gtkscrolledwindow.c b/gtk/gtkscrolledwindow.c
index da1f771909..a1b59b8e19 100644
--- a/gtk/gtkscrolledwindow.c
+++ b/gtk/gtkscrolledwindow.c
@@ -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.
diff --git a/gtk/gtktoolbutton.c b/gtk/gtktoolbutton.c
index 5c7ff4daf1..f70d7e599c 100644
--- a/gtk/gtktoolbutton.c
+++ b/gtk/gtktoolbutton.c
@@ -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.
*