mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-14 20:45:22 +02:00
[190805] [apidoc] Add @since for new semantics of EVENT_ICON_CHANGE
This commit is contained in:
parent
afb7844831
commit
48d2838ca1
1 changed files with 4 additions and 2 deletions
|
@ -137,8 +137,10 @@ public interface ISystemResourceChangeEvents
|
||||||
public static final int EVENT_MOVE_MANY = 75;
|
public static final int EVENT_MOVE_MANY = 75;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The event is an icon change event
|
* The event is an icon change event A source RSE object or an array of
|
||||||
* A source RSE object or an array of source RSE objects and the parent RSE object are the expected parameters
|
* source RSE objects and the parent RSE object are the expected parameters
|
||||||
|
*
|
||||||
|
* @since 3.1 an array of source RSE objects is allowed
|
||||||
*/
|
*/
|
||||||
public static final int EVENT_ICON_CHANGE = 81;
|
public static final int EVENT_ICON_CHANGE = 81;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue