Changeset 632

Show
Ignore:
Timestamp:
10/13/08 16:21:16 (2 months ago)
Author:
Mike Wey
Message:

update Atk to 1.24

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/atk/Hyperlink.d

    r606 r632  
    241241     
    242242    /** 
     243     * Warning 
     244     * atk_hyperlink_is_selected_link is deprecated and should not be used in newly-written code. Please use ATK_STATE_SELECTED to indicate when a hyperlink within a Hypertext container is selected. 
    243245     * Determines whether this AtkHyperlink is selected 
    244246     * Returns: True is the AtkHyperlink is selected, False otherwiseSince ATK 1.4@Deprecated: This method is deprecated since ATK version 1.8.Please use ATK_STATE_SELECTED to indicate when a hyperlink within aHypertext container is selected. 
  • trunk/src/gtkc/atktypes.d

    r417 r632  
    423423 * received the focus with the new_value containing the AtkState value 
    424424 * corresponding to focused. 
    425  * constgchar*property_name; 
     425 * const gchar *property_name; 
    426426 */ 
    427427public struct AtkPropertyValues 
     
    491491/** 
    492492 * A structure used to describe a text range. 
    493  * AtkTextRectanglebounds; 
     493 * AtkTextRectangle bounds; 
    494494 */ 
    495495public struct AtkTextRange 
     
    504504/** 
    505505 * A structure used to store a rectangle used by AtkText. 
    506  * gintx; 
     506 * gint x; 
    507507 */ 
    508508public struct AtkTextRectangle 
     
    517517/** 
    518518 * A string name/value pair representing a text attribute. 
    519  * gchar*name; 
     519 * gchar *name; 
    520520 */ 
    521521public struct AtkAttribute 
     
    534534/** 
    535535 * Encapsulates information about a key event. 
    536  * ginttype; 
     536 * gint type; 
    537537 */ 
    538538public struct AtkKeyEventStruct 
     
    558558 * An AtkFunction is a function definition used for padding which has been added 
    559559 * to class and interface structures to allow for expansion in the future. 
    560  * data
     560 * data 
    561561 * a gpointer to parameter data. 
    562  * Returns
     562 * Returns 
    563563 * Nothing useful, this is only a dummy prototype. 
    564564 */ 
     
    569569 * An AtkPropertyChangeHandler is a function which is executed when an AtkObject's property changes value. It is specified in a call to 
    570570 * atk_object_connect_property_change_handler(). 
    571  * Param1
     571 * Param1 
    572572 *  an AtkObject 
    573  * Param2
     573 * Param2 
    574574 *  an AtkPropertyValues 
    575575 */ 
     
    584584 * attach signal handlers for the various ATK signals instead. 
    585585 * see: atk_add_focus_tracker. 
    586  * obj
     586 * obj 
    587587 *  An AtkObject instance for whom the callback will be called when 
    588588 * the specified event (e.g. 'focus:') takes place. 
     
    604604 * if registered via atk_add_key_event_listener. It allows for pre-emptive 
    605605 * interception of key events via the return code as described below. 
    606  * event
     606 * event 
    607607 *  an AtkKeyEventStruct containing information about the key event for which 
    608608 * notification is being given. 
    609  * func_data
     609 * func_data 
    610610 *  a block of data which will be passed to the event listener, on notification. 
    611  * Returns
     611 * Returns 
    612612 *  TRUE (nonzero) if the event emission should be stopped and the event 
    613613 * discarded without being passed to the normal GUI recipient; FALSE (zero) if the 
  • trunk/wrap/downloadFiles.sh

    r631 r632  
    22mkdir gtkdocs 
    33cd gtkdocs 
    4  
    5 curl http://library.gnome.org/devel/gtksourceview-2.0/gtksourceview-2.0-html-2.4.0.tar.gz | tar xvfz - 
    6 ln -s gtksourceview-2.0-html-2.4.0 sourceview 
    7 exit 
    8  
    9 #CAIRO 
    10 curl http://library.gnome.org/devel/cairo/cairo-html-1.8.0.tar.gz | tar xvfz - 
    11 ln -s cairo-html-1.8.0 cairo 
    12 exit 
    134 
    145#GLIB 
     
    2819ln -s gio-html-2.18.0 gio 
    2920#ATK 
    30 curl http://library.gnome.org/devel/atk/atk-html-1.22.0.tar.gz | tar xvfz - 
    31 ln -s atk-html-1.22.0 atk 
     21curl http://library.gnome.org/devel/atk/atk-html-1.24.0.tar.gz | tar xvfz - 
     22ln -s atk-html-1.24.0 atk 
    3223#PANGO 
    3324curl http://library.gnome.org/devel/pango/pango-html-1.22.0.tar.gz | tar xvfz -