Changeset 543

Show
Ignore:
Timestamp:
08/23/08 18:57:26 (3 months ago)
Author:
bjourne
Message:

Add docstring for gtk_iimage_tool_motion_notify()

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gtkimageview/src/gtkiimagetool.c

    r493 r543  
    9797} 
    9898 
     99/** 
     100 * gtk_iimage_tool_motion_notify: 
     101 * @tool: the tool 
     102 * @ev: a %GdkEventMotion event 
     103 * @returns: %TRUE if the event was handled, %FALSE otherwise 
     104 * 
     105 * Handles a %GdkEventMotion event. The implementing function should 
     106 * return %TRUE if it handled the event and %FALSE otherwise. 
     107 **/ 
    99108gboolean 
    100109gtk_iimage_tool_motion_notify (GtkIImageTool  *tool,