X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gio%2Fgmemoryinputstream.c;h=d8225885a11c704b45fe4573f5462dd9d5415ceb;hb=2e5bd8cf47f9e1559ccc44823a2f321b8ff8c1ea;hp=1227a280e4fb98800020c7fcdee69ffb55768bad;hpb=32747def4bb4cce7cfc4f0f8ba8560392ec9ad3d;p=platform%2Fupstream%2Fglib.git diff --git a/gio/gmemoryinputstream.c b/gio/gmemoryinputstream.c index 1227a28..d822588 100644 --- a/gio/gmemoryinputstream.c +++ b/gio/gmemoryinputstream.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: Christian Kellner */ @@ -164,7 +162,7 @@ g_memory_input_stream_pollable_iface_init (GPollableInputStreamInterface *iface) static void g_memory_input_stream_init (GMemoryInputStream *stream) { - stream->priv = g_memory_input_stream_get_private (stream); + stream->priv = g_memory_input_stream_get_instance_private (stream); } /**