diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-06-16 17:31:56 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-06-16 17:31:56 -0400 |
commit | f0f9c2aa37893cf5d3f09ce9c8ac36a88d661e37 (patch) | |
tree | 0062ca04becddb65cdfd81252e069cee0c21254e /gtk/gtkbin.h | |
parent | b57c04de5c8d2cd2305f6561309af335428685a4 (diff) | |
download | gtk+-f0f9c2aa37893cf5d3f09ce9c8ac36a88d661e37.tar.gz |
Revert "gtkbin: replace internal api"
This reverts commit 0f4751c08e22a4f45d58e2368e4ae82df407d330.
This causes warnings from the notebook and combobox code.
Diffstat (limited to 'gtk/gtkbin.h')
-rw-r--r-- | gtk/gtkbin.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/gtkbin.h b/gtk/gtkbin.h index 464bff752d..bca7885c5b 100644 --- a/gtk/gtkbin.h +++ b/gtk/gtkbin.h @@ -79,6 +79,9 @@ GType gtk_bin_get_type (void) G_GNUC_CONST; GDK_AVAILABLE_IN_ALL GtkWidget *gtk_bin_get_child (GtkBin *bin); +void _gtk_bin_set_child (GtkBin *bin, + GtkWidget *widget); + G_END_DECLS #endif /* __GTK_BIN_H__ */ |