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:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user