diff options
author | Wouter Bolsterlee <wbolster@svn.gnome.org> | 2008-09-01 20:27:18 +0000 |
---|---|---|
committer | Wouter Bolsterlee <wbolster@src.gnome.org> | 2008-09-01 20:27:18 +0000 |
commit | f88dcb6b890d9c4ee8f66128453439afa42e0e5d (patch) | |
tree | 6d520244be293ab4b6ac02fb4344b5195f55e718 /gtk/gtkselection.c | |
parent | 99cbc336ebaf615bf0d7f2e390227fcfcee932c0 (diff) | |
download | gtk+-f88dcb6b890d9c4ee8f66128453439afa42e0e5d.tar.gz |
Update documentation for gtk_selection_data_get_data to match the changes
2008-09-01 Wouter Bolsterlee <wbolster@svn.gnome.org>
* gtk/gtkselection.c:
Update documentation for gtk_selection_data_get_data to
match the changes introduced in -r21232 (the length
parameter was removed).
svn path=/trunk/; revision=21256
Diffstat (limited to 'gtk/gtkselection.c')
-rw-r--r-- | gtk/gtkselection.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtkselection.c b/gtk/gtkselection.c index b023d7972f..b3013aa0c6 100644 --- a/gtk/gtkselection.c +++ b/gtk/gtkselection.c @@ -1171,8 +1171,6 @@ gtk_selection_data_get_format (GtkSelectionData *selection_data) * * Retrieves the raw data of the selection. * - * If @length is not %NULL it is filled with the length of data. - * * Returns: the raw data of the selection. * * Since: 2.14 |