Home | History | Annotate | Download | only in gio

Lines Matching full:order

79    * GDataOutputStream:byte-order:
86 g_param_spec_enum ("byte-order",
87 P_("Byte order"),
88 P_("The byte order"),
176 * @order: a %GDataStreamByteOrder.
178 * Sets the byte order of the data output stream to @order.
182 GDataStreamByteOrder order)
187 if (priv->byte_order != order)
189 priv->byte_order = order;
190 g_object_notify (G_OBJECT (stream), "byte-order");
198 * Gets the byte order for the stream.