Updated the atk docs for several files, particularly for enumerations.
[platform/upstream/atk.git] / atk / atkvalue.h
index ba77973..42f9a28 100755 (executable)
@@ -49,24 +49,12 @@ struct _AtkValueIface
 {
   GTypeInterface parent;
 
-  /*
-   * Gets the value of this object
-   */
   void     (* get_current_value) (AtkValue     *obj,
                                   GValue       *value);
-  /*
-   * Gets the maximum value of this object
-   */
   void     (* get_maximum_value) (AtkValue     *obj,
                                   GValue       *value);
-  /*
-   * Gets the minimum value of this object
-   */
   void     (* get_minimum_value) (AtkValue     *obj,
                                   GValue       *value);
-  /*
-   * Sets the value of this object
-   */
   gboolean (* set_current_value) (AtkValue     *obj,
                                   GValue       *value);