haiku/headers/os/app
ejakowatz 752c497115 The last remnants of the Old Repub ... er, static looper list data has been
removed.  The old static BLooper functions for managing the looper list are
still there, but they are officially deprecated.  The approved interface
for this information is BPrivate::BLooperList, accessible via the global
BPrivate::gLooperList variable.  Being as it lives in BPrivate, it is for
API-internal use *ONLY*.  User apps use it to their own risk.
Also added a small test to make sure that the size of BLooper stays the
same.  I will probably add this to other classes as well; doesn't hurt to
be safe. =)


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@572 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-08-04 17:16:56 +00:00
..
AppDefs.h It is accomplished ... 2002-07-09 12:24:59 +00:00
Application.h Aesthetical details. 2002-07-26 19:40:51 +00:00
Clipboard.h It is accomplished ... 2002-07-09 12:24:59 +00:00
Cursor.h It is accomplished ... 2002-07-09 12:24:59 +00:00
Handler.h It is accomplished ... 2002-07-09 12:24:59 +00:00
Invoker.h It is accomplished ... 2002-07-09 12:24:59 +00:00
Looper.h The last remnants of the Old Repub ... er, static looper list data has been 2002-08-04 17:16:56 +00:00
Message.h All things BMessage; initial check in. 2002-07-28 17:45:25 +00:00
MessageFilter.h It is accomplished ... 2002-07-09 12:24:59 +00:00
MessageQueue.h It is accomplished ... 2002-07-09 12:24:59 +00:00
MessageRunner.h It is accomplished ... 2002-07-09 12:24:59 +00:00
Messenger.h _TRoster_ -> BPrivate::TRoster. 2002-07-23 23:42:42 +00:00
PropertyInfo.h It is accomplished ... 2002-07-09 12:24:59 +00:00
Roster.h Added _send_to_roster_() and _is_valid_roster_mess_(). 2002-07-28 19:30:27 +00:00