*** empty log message ***
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Sun Jul 22 17:01:34 2001 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* gtk/tmpl/gtksignal.sgml: Fix missing not
|
||||||
|
(Skip Montanaro, #56361)
|
||||||
|
|
||||||
Wed Jul 4 22:53:33 2001 Owen Taylor <otaylor@redhat.com>
|
Wed Jul 4 22:53:33 2001 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gtk/tmpl/gtkplug.sgml gtk/tmpl/gtksocket.sgml: Some
|
* gtk/tmpl/gtkplug.sgml gtk/tmpl/gtksocket.sgml: Some
|
||||||
|
@ -31,7 +31,7 @@ from being run.)
|
|||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
Signals are used by everyone, but they are only
|
Signals are used by everyone, but they are only
|
||||||
created on a per class basis-- so you should call
|
created on a per class basis-- so you should not call
|
||||||
call gtk_signal_new() unless you are writing
|
call gtk_signal_new() unless you are writing
|
||||||
a new #GtkObject type. However, if you want to make a new signal
|
a new #GtkObject type. However, if you want to make a new signal
|
||||||
for an existing type, you may use gtk_object_class_user_signal_new()
|
for an existing type, you may use gtk_object_class_user_signal_new()
|
||||||
|
Reference in New Issue
Block a user