X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gio%2Fgdataoutputstream.c;h=ea7deb139c6ce43506a117bcf69e64eca0e434ca;hb=7a1aaaa1fa02679ecf335a19fffe3f55505921b5;hp=bbcd588b815fa1cfbaf0eed8f2ebadd4927a73aa;hpb=32747def4bb4cce7cfc4f0f8ba8560392ec9ad3d;p=platform%2Fupstream%2Fglib.git diff --git a/gio/gdataoutputstream.c b/gio/gdataoutputstream.c index bbcd588..ea7deb1 100644 --- a/gio/gdataoutputstream.c +++ b/gio/gdataoutputstream.c @@ -13,9 +13,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General - * Public License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Public License along with this library; if not, see . * * Author: Alexander Larsson */ @@ -157,7 +155,7 @@ g_data_output_stream_get_property (GObject *object, static void g_data_output_stream_init (GDataOutputStream *stream) { - stream->priv = g_data_output_stream_get_private (stream); + stream->priv = g_data_output_stream_get_instance_private (stream); stream->priv->byte_order = G_DATA_STREAM_BYTE_ORDER_BIG_ENDIAN; }