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
This commit is contained in:
Matthias Clasen
2016-02-04 13:37:50 +01:00
parent 8d515409c6
commit 3756d92367
6 changed files with 35 additions and 5 deletions

View File

@ -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