On Tue, Jan 29, 2013 at 5:24 PM, Enlightenment SVN <no-re...@enlightenment.org> wrote: > Log: > add @since. > > > > Author: raster > Date: 2013-01-29 00:24:21 -0800 (Tue, 29 Jan 2013) > New Revision: 83419 > Trac: http://trac.enlightenment.org/e/changeset/83419 > > Modified: > trunk/efl/src/lib/ecore_x/Ecore_X.h > > Modified: trunk/efl/src/lib/ecore_x/Ecore_X.h > =================================================================== > --- trunk/efl/src/lib/ecore_x/Ecore_X.h 2013-01-29 08:23:40 UTC (rev 83418) > +++ trunk/efl/src/lib/ecore_x/Ecore_X.h 2013-01-29 08:24:21 UTC (rev 83419) > @@ -559,7 +559,7 @@ > Ecore_X_Window win; > Ecore_X_Window event_win; > Ecore_X_Time time; > - Eina_Bool send_event : 1; > + Eina_Bool send_event : 1; /**< @since 1.8 */ > }; > > struct _Ecore_X_Event_Window_Show
I am not sure that ': 1" is safe in a public API. What happen if we add another Eina_Bool : 1 after that one later on, wouldn't that break ABI ? -- Cedric BAIL ------------------------------------------------------------------------------ Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft MVPs and experts. ON SALE this month only -- learn more at: http://p.sf.net/sfu/learnnow-d2d _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel