diff options
author | Javier Jardón <javierjc1982@gmail.com> | 2009-10-12 15:59:45 +0200 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2009-10-14 03:30:57 +0200 |
commit | df9e1c329441bee4d066b10060660cbecd94b981 (patch) | |
tree | f77a689868544ef3fa0e5fd44d2f71007902e980 /docs/developers.txt | |
parent | b66583f2a59e09ad9f27f1750b58917b243381ae (diff) | |
download | gtk+-df9e1c329441bee4d066b10060660cbecd94b981.tar.gz |
Substitute gtk_widget_ref/unref with g_object_ref/unref
Substitute the use of gtk_widget_ref/unref in documentation examples
and in internal gtk+ code
https://bugzilla.gnome.org/show_bug.cgi?id=598218
Diffstat (limited to 'docs/developers.txt')
-rw-r--r-- | docs/developers.txt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/developers.txt b/docs/developers.txt index e50c8ca1ff..66e1d9309b 100644 --- a/docs/developers.txt +++ b/docs/developers.txt @@ -48,15 +48,6 @@ Events that are assured to have a valid GdkEvent.any.window field are GDK_EXPOSE GtkWidget::expose_event -gtk_widget_ref() vs. gtk_object_ref() -------------------------------------- - -The widget referencing functions gtk_widget_ref() and gtk_widget_unref() -are currently just wrappers about the corresponding referencing functions -for objects. Still you should use the widget referencing functions if you -are sure the referenced object is of type GTK_WIDGET_TYPE. - - Writing Gdk functions --------------------- |