diff options
author | Matthias Clasen <mclasen@redhat.com> | 2016-02-04 13:37:50 +0100 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2016-02-04 15:19:51 +0100 |
commit | 3756d92367c2485c20a9c64d0f95e089bc187a95 (patch) | |
tree | b052cd06ba37d47627e4dc7cb3c79b891700d302 /gtk/gtkwidgetpath.h | |
parent | 8d515409c6200467c71353d2e2a79ba3e2faaf88 (diff) | |
download | gtk+-3756d92367c2485c20a9c64d0f95e089bc187a95.tar.gz |
Move private widget path functions away
We don't put private functions in public headers anymore.
https://bugzilla.gnome.org/show_bug.cgi?id=761339
Diffstat (limited to 'gtk/gtkwidgetpath.h')
-rw-r--r-- | gtk/gtkwidgetpath.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gtk/gtkwidgetpath.h b/gtk/gtkwidgetpath.h index 6ef1dbc7bd..52b03b5603 100644 --- a/gtk/gtkwidgetpath.h +++ b/gtk/gtkwidgetpath.h @@ -171,11 +171,6 @@ GDK_AVAILABLE_IN_ALL gboolean gtk_widget_path_has_parent (const GtkWidgetPath *path, GType type); -/* private API goes here */ - -void gtk_widget_path_iter_add_qclass (GtkWidgetPath *path, - gint pos, - GQuark qname); G_END_DECLS |