<request name="set_sync">
<description summary="set sub-surface to synchronized mode">
Change the commit behaviour of the sub-surface to synchronized
- mode, also described as the parent dependant mode.
+ mode, also described as the parent dependent mode.
In synchronized mode, wl_surface.commit on a sub-surface will
accumulate the committed state in a cache, but the state will
*
* There are two other things that are worth mentioning, we added two callbacks for the
* objects, one for mouse down (that we use to delete the color class) and another
- * for the signal emmited when a color class is deleted.
+ * for the signal emitted when a color class is deleted.
* @skip evas_object_event
* @until NULL
* @skip edje_object_si
* @li The notification callback, which allows you to know if a file or
* a directory is copied, and the progress of the copy.
* @li The end callback, which is called when the copy is finished.
- * @li The error callback, which is called if an error occured. You
+ * @li The error callback, which is called if an error occurred. You
* can then retrieve the error type as an errno error.
*
* @warning It is the user's duty to provide the "right target". It
* @li The end callback, which is called in the main loop when the
* content of the directory has been correctly scanned and all the
* file notified to the main loop.
- * @li The error callback, which is called if an error occured or
+ * @li The error callback, which is called if an error occurred or
* if the listing was cancelled during it's run. You can then retrieve
* the error type as an errno error.
*
* @li The end callback, which is called in the main loop when the
* content of the directory has been correctly scanned and all the
* file notified to the main loop.
- * @li The error callback, which is called if an error occured or
+ * @li The error callback, which is called if an error occurred or
* if the listing was cancelled during it's run. You can then retrieve
* the error type as an errno error.
*
* @li The end callback, which is called in the main loop when the
* content of the directory has been correctly scanned and all the
* file notified to the main loop.
- * @li The error callback, which is called if an error occured or
+ * @li The error callback, which is called if an error occurred or
* if the listing was cancelled during it's run. You can then retrieve
* the error type as an errno error.
*
*
* Here we set EPhysics_Bodys linear and angular damping values.The damping is
* a force synchronous with the velocity of the object but in opposite
- * direction - like air resistence.
+ * direction - like air resistance.
*
* @skipline ephysics_body_damping_set(sphere_body1
*
printf("Inserting rect %p before the rectangle under the mouse pointer.\n", rect);
r = edje_object_part_box_insert_before(edje_obj, "example/box", rect, o);
if (!r)
- printf("An error ocurred when appending rect %p to the box.\n", rect);
+ printf("An error occurred when appending rect %p to the box.\n", rect);
evas_object_event_callback_add(rect, EVAS_CALLBACK_MOUSE_DOWN, _on_rect_mouse_down, NULL);
}
printf("Inserting rect %p before the rectangle under the mouse pointer.\n", rect);
r = edje_object_part_box_insert_at(edje_obj, "example/box", rect, 0);
if (!r)
- printf("An error ocurred when appending rect %p to the box.\n", rect);
+ printf("An error occurred when appending rect %p to the box.\n", rect);
evas_object_event_callback_add(rect, EVAS_CALLBACK_MOUSE_DOWN, _on_rect_mouse_down, NULL);
}
printf("Inserting rect %p before the rectangle under the mouse pointer.\n", rect);
r = edje_object_part_box_append(edje_obj, "example/box", rect);
if (!r)
- printf("An error ocurred when appending rect %p to the box.\n", rect);
+ printf("An error occurred when appending rect %p to the box.\n", rect);
evas_object_event_callback_add(rect, EVAS_CALLBACK_MOUSE_DOWN, _on_rect_mouse_down, NULL);
}
evas_object_resize(rect, RECTW, RECTH);
r = edje_object_part_box_append(edje_obj, "example/box", rect);
if (!r)
- printf("An error ocurred when appending rect #%d to the box.\n", i);
+ printf("An error occurred when appending rect #%d to the box.\n", i);
evas_object_show(rect);
evas_object_event_callback_add(
* SEEK_END: offset is relative to the end
*
* @return The resulting position from the start of the file (in bytes)
- * or -1 if an error occured (i.e. out of bounds)
+ * or -1 if an error occurred (i.e. out of bounds)
*
* @since 1.8
*/
* this was moderately okay for a time because nobody was using it or GROUP parts
* with text in them very frequently, and so nobody noticed that the mismatch was breaking
* sizing in some cases when the edje ellipsis value failed to be applied,
- * which ocurred any time text.min_x was set; in this case, ellipsis would NEVER be
+ * which occurred any time text.min_x was set; in this case, ellipsis would NEVER be
* correctly applied, and instead the text object would only ever get the first
* ellipsis_set(0), permanently breaking the part.
* the only way to fix this while preserving previous behavior was to bump
* If the map view of file can not be created, -1 is returned.
* If the mappping can not be done, -1 is returned.
*
- * If no error occured, the starting address of the mapped view
+ * If no error occurred, the starting address of the mapped view
* is returned.
*
* Conformity: None.
return EINA_TRUE;
end:
- ERR("An unknown error occured when waiting for glyph data!");
+ ERR("An unknown error occurred when waiting for glyph data!");
free(grd);
return EINA_TRUE;
}
/**
* @brief Get diagnostic information
*
- * @return A @c NULL-terminated string if an error occured, @c NULL
+ * @return A @c NULL-terminated string if an error occurred, @c NULL
* otherwise.
*
* Return a @c NULL-terminated character string describing the last
* If the map view of file can not be created, -1 is returned.
* If the mappping can not be done, -1 is returned.
*
- * If no error occured, the starting address of the mapped view
+ * If no error occurred, the starting address of the mapped view
* is returned.
*
* Conformity: None.