Fix the documentation comment for the editing-started signal.
2004-07-20 Federico Mena Quintero <federico@ximian.com> * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): Fix the documentation comment for the editing-started signal. * gtk/gtkmarshalers.list: Added VOID:OBJECT,STRING for GtkCellRenderer::editing-started.
This commit is contained in:
committed by
Federico Mena Quintero
parent
82877f9ee9
commit
a05ba63d74
@ -1,3 +1,11 @@
|
|||||||
|
2004-07-20 Federico Mena Quintero <federico@ximian.com>
|
||||||
|
|
||||||
|
* gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): Fix the
|
||||||
|
documentation comment for the editing-started signal.
|
||||||
|
|
||||||
|
* gtk/gtkmarshalers.list: Added VOID:OBJECT,STRING for
|
||||||
|
GtkCellRenderer::editing-started.
|
||||||
|
|
||||||
2004-07-20 Matthias Clasen <mclasen@redhat.com>
|
2004-07-20 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* tests/testactions.c (main):
|
* tests/testactions.c (main):
|
||||||
|
|||||||
@ -1,3 +1,11 @@
|
|||||||
|
2004-07-20 Federico Mena Quintero <federico@ximian.com>
|
||||||
|
|
||||||
|
* gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): Fix the
|
||||||
|
documentation comment for the editing-started signal.
|
||||||
|
|
||||||
|
* gtk/gtkmarshalers.list: Added VOID:OBJECT,STRING for
|
||||||
|
GtkCellRenderer::editing-started.
|
||||||
|
|
||||||
2004-07-20 Matthias Clasen <mclasen@redhat.com>
|
2004-07-20 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* tests/testactions.c (main):
|
* tests/testactions.c (main):
|
||||||
|
|||||||
@ -1,3 +1,11 @@
|
|||||||
|
2004-07-20 Federico Mena Quintero <federico@ximian.com>
|
||||||
|
|
||||||
|
* gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): Fix the
|
||||||
|
documentation comment for the editing-started signal.
|
||||||
|
|
||||||
|
* gtk/gtkmarshalers.list: Added VOID:OBJECT,STRING for
|
||||||
|
GtkCellRenderer::editing-started.
|
||||||
|
|
||||||
2004-07-20 Matthias Clasen <mclasen@redhat.com>
|
2004-07-20 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* tests/testactions.c (main):
|
* tests/testactions.c (main):
|
||||||
|
|||||||
@ -1,3 +1,11 @@
|
|||||||
|
2004-07-20 Federico Mena Quintero <federico@ximian.com>
|
||||||
|
|
||||||
|
* gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): Fix the
|
||||||
|
documentation comment for the editing-started signal.
|
||||||
|
|
||||||
|
* gtk/gtkmarshalers.list: Added VOID:OBJECT,STRING for
|
||||||
|
GtkCellRenderer::editing-started.
|
||||||
|
|
||||||
2004-07-20 Matthias Clasen <mclasen@redhat.com>
|
2004-07-20 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* tests/testactions.c (main):
|
* tests/testactions.c (main):
|
||||||
|
|||||||
@ -73,6 +73,15 @@ it cannot be individually modified.
|
|||||||
|
|
||||||
@cellrenderer: the object which received the signal.
|
@cellrenderer: the object which received the signal.
|
||||||
|
|
||||||
|
<!-- ##### SIGNAL GtkCellRenderer::editing-started ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@cellrenderer: the object which received the signal.
|
||||||
|
@arg1:
|
||||||
|
@arg2:
|
||||||
|
|
||||||
<!-- ##### ARG GtkCellRenderer:cell-background ##### -->
|
<!-- ##### ARG GtkCellRenderer:cell-background ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
|||||||
@ -176,9 +176,9 @@ gtk_cell_renderer_class_init (GtkCellRendererClass *class)
|
|||||||
* if (GTK_IS_ENTRY (editable))
|
* if (GTK_IS_ENTRY (editable))
|
||||||
* {
|
* {
|
||||||
* GtkEntry *entry = GTK_ENTRY (editable);
|
* GtkEntry *entry = GTK_ENTRY (editable);
|
||||||
*
|
* <!-- -->
|
||||||
* /* ... create a GtkEntryCompletion *<!-- -->/
|
* /<!-- -->* ... create a GtkEntryCompletion *<!-- -->/
|
||||||
*
|
* <!-- -->
|
||||||
* gtk_entry_set_completion (entry, completion);
|
* gtk_entry_set_completion (entry, completion);
|
||||||
* }
|
* }
|
||||||
* }
|
* }
|
||||||
|
|||||||
@ -78,6 +78,7 @@ VOID:OBJECT,BOXED,UINT,UINT
|
|||||||
VOID:OBJECT,INT,INT
|
VOID:OBJECT,INT,INT
|
||||||
VOID:OBJECT,INT,INT,BOXED,UINT,UINT
|
VOID:OBJECT,INT,INT,BOXED,UINT,UINT
|
||||||
VOID:OBJECT,OBJECT
|
VOID:OBJECT,OBJECT
|
||||||
|
VOID:OBJECT,STRING
|
||||||
VOID:OBJECT,STRING,STRING
|
VOID:OBJECT,STRING,STRING
|
||||||
VOID:OBJECT,UINT
|
VOID:OBJECT,UINT
|
||||||
VOID:OBJECT,UINT,FLAGS
|
VOID:OBJECT,UINT,FLAGS
|
||||||
|
|||||||
Reference in New Issue
Block a user