diff options
author | Colin Walters <walters@verbum.org> | 2010-10-15 13:54:37 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-10-15 13:54:37 -0400 |
commit | 18578b33c59c2c4c5852cab9cda03f087a28dbc3 (patch) | |
tree | 1a3dd910a7cf8210d054f03f7a9381d5e2c8d03f /docs | |
parent | f87023d8ee322947a943798cdb8fc2c21f8fe715 (diff) | |
download | gtk+-18578b33c59c2c4c5852cab9cda03f087a28dbc3.tar.gz |
Add boxed type and constructor
This allows bindings to sanely construct these.
https://bugzilla.gnome.org/show_bug.cgi?id=632095
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gtk/gtk3-sections.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/reference/gtk/gtk3-sections.txt b/docs/reference/gtk/gtk3-sections.txt index c9ebabb4ab..34565436ad 100644 --- a/docs/reference/gtk/gtk3-sections.txt +++ b/docs/reference/gtk/gtk3-sections.txt @@ -5319,6 +5319,9 @@ GtkRcContext GtkTargetEntry GtkTargetList GtkTargetPair +gtk_target_entry_new +gtk_target_entry_copy +gtk_target_entry_free gtk_target_list_new gtk_target_list_ref gtk_target_list_unref |