[gtk+] docs: don't reference api that doesn't exist
- From: William Jon McCann <mccann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] docs: don't reference api that doesn't exist
- Date: Wed, 22 Jan 2014 04:23:21 +0000 (UTC)
commit 6644b60999e5f9e074aafe3fcb78308821365379
Author: William Jon McCann <william jon mccann gmail com>
Date: Tue Jan 21 21:23:37 2014 -0500
docs: don't reference api that doesn't exist
gtk/gtkwidget.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c
index 2c660b6..da31b5f 100644
--- a/gtk/gtkwidget.c
+++ b/gtk/gtkwidget.c
@@ -16141,7 +16141,7 @@ gtk_widget_class_set_connect_func (GtkWidgetClass *widget_class,
* where the automated child pointer should be set, or 0 to not assign the pointer.
*
* Automatically assign an object declared in the class template XML to be set to a location
- * on a freshly built instance's private data, or alternatively accessible via
gtk_widget_get_automated_child().
+ * on a freshly built instance's private data, or alternatively accessible via
gtk_widget_get_template_child().
*
* The struct can point either into the public instance, then you should use G_STRUCT_OFFSET(WidgetType,
member)
* for @struct_offset, or in the private struct, then you should use G_PRIVATE_OFFSET(WidgetType, member).
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]