diff options
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/gtkaction.c | 2 | ||||
-rw-r--r-- | gtk/gtkiconview.c | 12 | ||||
-rw-r--r-- | gtk/gtkprintbackend.c | 2 | ||||
-rw-r--r-- | gtk/gtkprintoperation-unix.c | 2 | ||||
-rw-r--r-- | gtk/gtkscrolledwindow.c | 4 | ||||
-rw-r--r-- | gtk/gtktoolbutton.c | 2 |
6 files changed, 12 insertions, 12 deletions
diff --git a/gtk/gtkaction.c b/gtk/gtkaction.c index 07d827ff0..630159b3a 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 d1fb4f663..4bb88335b 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 14d6aedcd..96b65016c 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 5f93fef5a..c5c71e82e 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 da1f77190..a1b59b8e1 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 5c7ff4daf..f70d7e599 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. * |