mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-11 21:20:09 +00:00
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:
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>
|
||||
|
||||
* 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>
|
||||
|
||||
* 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>
|
||||
|
||||
* 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>
|
||||
|
||||
* tests/testactions.c (main):
|
||||
|
@ -73,6 +73,15 @@ it cannot be individually modified.
|
||||
|
||||
@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 ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -176,9 +176,9 @@ gtk_cell_renderer_class_init (GtkCellRendererClass *class)
|
||||
* if (GTK_IS_ENTRY (editable))
|
||||
* {
|
||||
* GtkEntry *entry = GTK_ENTRY (editable);
|
||||
*
|
||||
* /* ... create a GtkEntryCompletion *<!-- -->/
|
||||
*
|
||||
* <!-- -->
|
||||
* /<!-- -->* ... create a GtkEntryCompletion *<!-- -->/
|
||||
* <!-- -->
|
||||
* gtk_entry_set_completion (entry, completion);
|
||||
* }
|
||||
* }
|
||||
|
@ -78,6 +78,7 @@ VOID:OBJECT,BOXED,UINT,UINT
|
||||
VOID:OBJECT,INT,INT
|
||||
VOID:OBJECT,INT,INT,BOXED,UINT,UINT
|
||||
VOID:OBJECT,OBJECT
|
||||
VOID:OBJECT,STRING
|
||||
VOID:OBJECT,STRING,STRING
|
||||
VOID:OBJECT,UINT
|
||||
VOID:OBJECT,UINT,FLAGS
|
||||
|
Loading…
Reference in New Issue
Block a user