Doc fixes.

2004-04-15  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init):
	* gtk/gtkbutton.c (gtk_button_class_init): Doc fixes.
This commit is contained in:
Matthias Clasen 2004-04-15 14:31:02 +00:00 committed by Matthias Clasen
parent f493bd1dc3
commit ead11a6119
7 changed files with 27 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2004-04-15 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init):
* gtk/gtkbutton.c (gtk_button_class_init): Doc fixes.
2004-04-14 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcombobox.c:

View File

@ -1,3 +1,8 @@
2004-04-15 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init):
* gtk/gtkbutton.c (gtk_button_class_init): Doc fixes.
2004-04-14 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcombobox.c:

View File

@ -1,3 +1,8 @@
2004-04-15 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init):
* gtk/gtkbutton.c (gtk_button_class_init): Doc fixes.
2004-04-14 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcombobox.c:

View File

@ -1,3 +1,8 @@
2004-04-15 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init):
* gtk/gtkbutton.c (gtk_button_class_init): Doc fixes.
2004-04-14 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcombobox.c:

View File

@ -1,3 +1,8 @@
2004-04-15 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init):
* gtk/gtkbutton.c (gtk_button_class_init): Doc fixes.
2004-04-14 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcombobox.c:

View File

@ -328,6 +328,7 @@ gtk_button_class_init (GtkButtonClass *klass)
/**
* GtkButton::activate:
* @widget: the object which received the signal.
*
* The "activate" signal on GtkButton is an action signal and
* emitting it causes the button to animate press then release.

View File

@ -126,6 +126,7 @@ gtk_cell_renderer_class_init (GtkCellRendererClass *class)
/**
* GtkCellRenderer::editing-canceled:
* @renderer: the object which received the signal
*
* This signal gets emitted when the user cancels the process of editing a
* cell. For example, an editable cell renderer could be written to cancel