Home | History | Annotate | Download | only in gio

Lines Matching full:order

83    * GDataStream:byte-order:
85 * The ::byte-order property determines the byte ordering that
91 g_param_spec_enum ("byte-order",
92 P_("Byte order"),
93 P_("The byte order"),
207 * @order: a #GDataStreamByteOrder to set.
209 * This function sets the byte order for the given @stream. All subsequent
210 * reads from the @stream will be read in the given @order.
215 GDataStreamByteOrder order)
223 if (priv->byte_order != order)
225 priv->byte_order = order;
227 g_object_notify (G_OBJECT (stream), "byte-order");
235 * Gets the byte order for the data input stream.
362 * In order to get the correct byte order for this read operation,
406 * In order to get the correct byte order for this read operation,
450 * In order to get the correct byte order for this read operation,
498 * In order to get the correct byte order for this read operation,
546 * In order to get the correct byte order for this read operation,
594 * In order to get the correct byte order for this read operation,