glibmm r600 - in trunk: . gio/src



Author: markoa
Date: Thu Feb 14 17:18:13 2008
New Revision: 600
URL: http://svn.gnome.org/viewvc/glibmm?rev=600&view=rev

Log:
2008-02-14  Marko Anastasov  <marko anastasov gmail com>

	* gio/src/dataoutputstream.hg: Removed get/set_newline_type(),
	which doesn't exist in the C API.


Modified:
   trunk/ChangeLog
   trunk/gio/src/dataoutputstream.hg

Modified: trunk/gio/src/dataoutputstream.hg
==============================================================================
--- trunk/gio/src/dataoutputstream.hg	(original)
+++ trunk/gio/src/dataoutputstream.hg	Thu Feb 14 17:18:13 2008
@@ -45,8 +45,6 @@
 
   _WRAP_METHOD(void set_byte_order(DataStreamByteOrder order), g_data_output_stream_set_byte_order)
   _WRAP_METHOD(DataStreamByteOrder get_byte_order() const, g_data_output_stream_get_byte_order)
-  _WRAP_METHOD(void set_newline_type(DataStreamNewlineType type), g_data_output_stream_set_newline_type)
-  _WRAP_METHOD(DataStreamNewlineType get_newline_type() const, g_data_output_stream_get_newline_type)
 
   _WRAP_METHOD(bool put_byte(guchar data, const Glib::RefPtr<Cancellable>& cancellable), g_data_output_stream_put_byte, errthrow)
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]