More typo and grammar fixes for documentation.
authorsanjeev <sanjeev@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 5 Mar 2012 05:31:49 +0000 (05:31 +0000)
committersanjeev <sanjeev@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 5 Mar 2012 05:31:49 +0000 (05:31 +0000)
Signed-off-by: Sanjeev BA <eflelev8@gmail.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@68675 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

14 files changed:
src/lib/elc_fileselector_button.h
src/lib/elc_fileselector_entry.h
src/lib/elc_hoversel.h
src/lib/elc_multibuttonentry.h
src/lib/elc_naviframe.h
src/lib/elm_actionslider.h
src/lib/elm_calendar.h
src/lib/elm_clock.h
src/lib/elm_cnp.h
src/lib/elm_config.h
src/lib/elm_cursor.h
src/lib/elm_finger.h
src/lib/elm_flipselector.h
src/lib/elm_win.h

index dde4284..73c9651 100644 (file)
@@ -69,11 +69,11 @@ EAPI Evas_Object                *elm_fileselector_button_add(Evas_Object *parent
  * @param obj The file selector button widget
  * @param title The title string
  *
- * This will change the window's title, when the file selector pops
+ * This will change the popup window's title, when the file selector pops
  * out after a click on the button. Those windows have the default
  * (unlocalized) value of @c "Select a file" as titles.
  *
- * @note It will only take any effect if the file selector
+ * @note It will only take effect if the file selector
  * button widget is @b not under "inwin mode".
  *
  * @see elm_fileselector_button_window_title_get()
@@ -81,7 +81,7 @@ EAPI Evas_Object                *elm_fileselector_button_add(Evas_Object *parent
 EAPI void                        elm_fileselector_button_window_title_set(Evas_Object *obj, const char *title);
 
 /**
- * Get the title set for a given file selector button widget's
+ * Get the title for a given file selector button widget's
  * window
  *
  * @param obj The file selector button widget
index fe30381..c5ac356 100644 (file)
@@ -14,7 +14,7 @@
  * This file selector may appear in an Elementary window or in an
  * inner window. When a file is chosen from it, the (inner) window
  * is closed and the selected file's path string is exposed both as
- * an smart event and as the new text on the entry.
+ * a smart event and as the new text on the entry.
  *
  * This widget encapsulates operations on its internal file
  * selector on its own API. There is less control over its file
index d18ad17..ca16733 100644 (file)
@@ -151,10 +151,10 @@ EAPI const Eina_List             *elm_hoversel_items_get(const Evas_Object *obj)
  *
  * This adds an item to the hoversel to show when it is clicked. Note: if you
  * need to use an icon from an edje file then use
- * elm_hoversel_item_icon_set() right after the this function, and set
+ * elm_hoversel_item_icon_set() right after this function, and set
  * icon_file to NULL here.
  *
- * For more information on what @p icon_file and @p icon_type are see the
+ * For more information on what @p icon_file and @p icon_type are, see the
  * @ref Icon "icon documentation".
  */
 EAPI Elm_Object_Item             *elm_hoversel_item_add(Evas_Object *obj, const char *label, const char *icon_file, Elm_Icon_Type icon_type, Evas_Smart_Cb func, const void *data);
index 2abcc1d..03e8981 100644 (file)
@@ -100,7 +100,7 @@ EAPI int                        elm_multibuttonentry_shrink_mode_get(const Evas_
  * Set/Unset the multibuttonentry to shrink mode state of single line
  *
  * @param obj The multibuttonentry object
- * @param shrink the value of shrink_mode state. set this to 1 to set the multibuttonentry to shrink state of single line. set this to 0 to unset the contracted state.
+ * @param shrink the value of shrink_mode state. Set this to 1 to set the multibuttonentry to shrink state of single line. Set this to 0 to unset the contracted state.
  *
  * @ingroup Multibuttonentry
  */
@@ -248,7 +248,7 @@ EAPI Elm_Object_Item *elm_multibuttonentry_item_prev_get(const Elm_Object_Item *
 EAPI Elm_Object_Item *elm_multibuttonentry_item_next_get(const Elm_Object_Item *it);
 
 /**
- * Append a item filter function for text inserted in the Multibuttonentry
+ * Append an item filter function for text inserted in the Multibuttonentry
  *
  * Append the given callback to the list. This functions will be called
  * whenever any text is inserted into the Multibuttonentry, with the text to be inserted
index 06ccfb1..063b9eb 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Naviframe provides functions to switch different pages with stack
  * mechanism. It means if one page(item) needs to be changed to the new one,
- * then naviframe would push the new page to it's internal stack. Of course,
+ * then naviframe would push the new page to its internal stack. Of course,
  * it can be back to the previous page by popping the top page. Naviframe
  * provides some transition effect while the pages are switching (same as
  * pager).
  * @li "default" - Title label in the title area of the current page
  * @li "subtitle" - Sub-title label in the title area of the current page
  *
- * Signals that you can add callback for are:
+ * Signals that you can add callbacks for are:
  * @li "transition,finished" - When the transition is finished in changing the
  * item
  * @li "title,clicked" - User clicked title area
  *
- * Item Signals that you can add callback for are:
+ * Item Signals that you can add callbacks for are:
  * @li "show,begin" - When the item is started to be top item.
  * @li "hide,finished" - When a new top item is finished to push onto the
  * item.
index 3a9395b..1f2e1f5 100644 (file)
@@ -28,7 +28,7 @@
  *                 "right" or "center").
  *
  * Default text parts of the actionslider widget that you can use for are:
- * @li "indicator" - A indicator label of the actionslider
+ * @li "indicator" - An indicator label of the actionslider
  * @li "left" - A left label of the actionslider
  * @li "right" - A right label of the actionslider
  * @li "center" - A center label of the actionslider
index a8c0f76..ee912b5 100644 (file)
@@ -29,7 +29,7 @@
 typedef enum
 {
    ELM_CALENDAR_UNIQUE, /**< Default value. Marks will be displayed only on event day. */
-   ELM_CALENDAR_DAILY, /**< Marks will be displayed everyday after event day (inclusive). */
+   ELM_CALENDAR_DAILY, /**< Marks will be displayed every day after event day (inclusive). */
    ELM_CALENDAR_WEEKLY, /**< Marks will be displayed every week after event day (inclusive) - i.e. each seven days. */
    ELM_CALENDAR_MONTHLY, /**< Marks will be displayed every month day that coincides to event day. E.g.: if an event is set to 30th Jan, no marks will be displayed on Feb, but will be displayed on 30th Mar*/
    ELM_CALENDAR_ANNUALLY /**< Marks will be displayed every year that coincides to event day (and month). E.g. an event added to 30th Jan 2012 will be repeated on 30th Jan 2013. */
index 9d50d8d..7cf0620 100644 (file)
@@ -12,7 +12,7 @@
  * considering local time adjustments) to start with, and will tick
  * accordingly. It may or may not show seconds.
  *
- * Clocks have an @b edition mode. When in it, the sheets will
+ * Clocks have an @b edition  mode. When in it, the sheets will
  * display extra arrow indications on the top and bottom and the
  * user may click on them to raise or lower the time values. After
  * it's told to exit edition mode, it will keep ticking with that
@@ -262,7 +262,7 @@ EAPI void              elm_clock_show_seconds_set(Evas_Object *obj, Eina_Bool se
 EAPI Eina_Bool         elm_clock_show_seconds_get(const Evas_Object *obj);
 
 /**
- * Set the interval on time updates for an user mouse button hold
+ * Set the interval on time updates for a user mouse button hold
  * on clock widgets' time edition.
  *
  * @param obj The clock object
@@ -290,7 +290,7 @@ EAPI Eina_Bool         elm_clock_show_seconds_get(const Evas_Object *obj);
 EAPI void              elm_clock_interval_set(Evas_Object *obj, double interval);
 
 /**
- * Get the interval on time updates for an user mouse button hold
+ * Get the interval on time updates for a user mouse button hold
  * on clock widgets' time edition.
  *
  * @param obj The clock object
index 4428c97..56eb3e8 100644 (file)
@@ -10,7 +10,7 @@
  * Contains functions to select text or a portion of data,
  * send it to a buffer, and paste the data into a target.
  *
- * elm_cnp provides generic copy and paste facility based on its windowing system.
+ * elm_cnp provides generic copy and paste facility based on its windowing system.
  * It is not necessary to know the details of each windowing system,
  * but some terms and behavior are common.
  * Currently the X11 window system is widely used, and only X11 functionality is implemented.
index 5a469b3..77f3488 100644 (file)
@@ -104,11 +104,11 @@ EAPI const char *elm_profile_current_get(void);
 
 /**
  * Get an Elementary's profile directory path in the filesystem. One
- * may want to fetch a system profile's dir or an user one (fetched
+ * may want to fetch a system profile's dir or a user one (fetched
  * inside $HOME).
  *
  * @param profile The profile's name
- * @param is_user Whether to lookup for an user profile (@c EINA_TRUE)
+ * @param is_user Whether to lookup for a user profile (@c EINA_TRUE)
  *                or a system one (@c EINA_FALSE)
  * @return The profile's directory path.
  * @ingroup Profile
index 1df760e..8822ec5 100644 (file)
@@ -11,7 +11,7 @@
  *
  * By default, Elementary searches cursors only from engine.
  * There's also the possibility of, besides using engine provided
- * cursors, also use ones coming from Edje theme files. Both
+ * cursors, also use the ones coming from Edje theme files. Both
  * globally and per widget, Elementary makes it possible for one to
  * make the cursors lookup to be held on engines only or on
  * Elementary's theme file, too. To set cursor's hot spot,
index 6323348..59706a3 100644 (file)
@@ -52,7 +52,7 @@ EAPI void       elm_finger_size_set(Evas_Coord size);
  * accommodate it. On return the @p w and @p h sizes pointed to by
  * these parameters will be modified, on those conditions.
  *
- * @note This is kind of low level Elementary call, most useful
+ * @note This is kind of low level Elementary call, most useful
  * on size evaluation times for widgets. An external user wouldn't
  * be calling, most of the time.
  *
index 15cb2c7..5057274 100644 (file)
@@ -210,7 +210,7 @@ EAPI Elm_Object_Item            *elm_flipselector_selected_item_get(const Evas_O
  * @param selected @c EINA_TRUE to select it, @c EINA_FALSE to unselect.
  *
  * This sets whether @p item is or not the selected (thus, under
- * display) one. If @p item is different than one under display,
+ * display) one. If @p item is different than the one under display,
  * the latter will be unselected. If the @p item is set to be
  * unselected, on the other hand, the @b first item in the widget's
  * internal members list will be the new selected one.
@@ -264,7 +264,7 @@ EAPI Elm_Object_Item *elm_flipselector_item_prev_get(const Elm_Object_Item *it);
 EAPI Elm_Object_Item            *elm_flipselector_item_next_get(const Elm_Object_Item *it);
 
 /**
- * Set the interval on time updates for an user mouse button hold
+ * Set the interval on time updates for a user mouse button hold
  * on a flip selector widget.
  *
  * @param obj The flip selector object
index 6f2b720..254d652 100644 (file)
@@ -1171,7 +1171,7 @@ EAPI void         elm_win_inwin_content_set(Evas_Object *obj, Evas_Object *conte
 /**
  * Get the content of an inwin object.
  *
- * Return the content object which is set for this widget.
+ * Return the content object for this widget.
  *
  * The returned object is valid as long as the inwin is still alive and no
  * other content is set on it. Deleting the object will notify the inwin