Home | History | Annotate | Download | only in gio

Lines Matching full:error

126  * @error: a #GError location to store the error occuring, or %NULL to 
133 * was cancelled, the error %G_IO_ERROR_CANCELLED will be returned.
135 * Returns: %TRUE if successful. If an error
136 * has occurred, this function will return %FALSE and set @error
144 GError **error)
152 return (* iface->seek) (seekable, offset, type, cancellable, error);
180 * @error: a #GError location to store the error occuring, or %NULL to
187 * was cancelled, the error %G_IO_ERROR_CANCELLED will be returned. If an
189 * partial result will be returned, without an error.
191 * Returns: %TRUE if successful. If an error
192 * has occurred, this function will return %FALSE and set @error
199 GError **error)
207 return (* iface->truncate_fn) (seekable, offset, cancellable, error);