widget: Don't mention gtk_widget_snapshot() in the docs
authorTimm Bäder <mail@baedert.org>
Sat, 21 Apr 2018 17:44:45 +0000 (19:44 +0200)
committerTimm Bäder <mail@baedert.org>
Tue, 1 May 2018 13:13:11 +0000 (15:13 +0200)
It's not public so people can't know about it.

gtk/gtkwidget.c

index e7ab8010c7d2efccaca17ee6b186e99d81433d75..d565719854e68ae2c5bf1ced2df75965c34205c3 100644 (file)
@@ -13499,9 +13499,7 @@ gtk_widget_forall (GtkWidget   *widget,
  * the @snapshot the widget received.
  *
  * gtk_widget_snapshot_child() takes care of translating the origin of
- * @snapshot, and deciding whether the child needs to be snapshot. It is a
- * convenient and optimized way of getting the same effect as calling
- * gtk_widget_snapshot() on the child directly.
+ * @snapshot, and deciding whether the child needs to be snapshot.
  **/
 void
 gtk_widget_snapshot_child (GtkWidget   *widget,