diff options
author | Benjamin Otte <otte@gnome.org> | 2003-04-16 18:35:57 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2003-04-16 18:35:57 +0000 |
commit | b36a2350ba828c7c1d56cdb9678eea5fb23782c0 (patch) | |
tree | 4ab9c6764b741e7de08dee159c34b2fbaf746184 /gst/gstdata.h | |
parent | 321f87c1cb508c780a8ab3473c293510e2493d41 (diff) |
*_is_writeable => *_is_writable (spelling)
Original commit message from CVS:
*_is_writeable => *_is_writable (spelling)
Diffstat (limited to 'gst/gstdata.h')
-rw-r--r-- | gst/gstdata.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstdata.h b/gst/gstdata.h index 0e47a679b..a3d2495c8 100644 --- a/gst/gstdata.h +++ b/gst/gstdata.h @@ -84,7 +84,7 @@ void gst_data_copy_into (const GstData *data, GstData *target); /* basic operations on data */ GstData* gst_data_copy (const GstData *data); -gboolean gst_data_is_writeable (GstData *data); +gboolean gst_data_is_writable (GstData *data); GstData* gst_data_copy_on_write (GstData *data); void gst_data_free (GstData *data); |