[Haiku-commits] r31338 - haiku/branches/components/gsoc-locale-kit/headers/build/os/app
zooey at BerliOS
zooey at mail.berlios.de
Tue Jun 30 17:37:43 CEST 2009
Author: zooey
Date: 2009-06-30 17:37:42 +0200 (Tue, 30 Jun 2009)
New Revision: 31338
ViewCVS: http://svn.berlios.de/viewcvs/haiku?rev=31338&view=rev
Modified:
haiku/branches/components/gsoc-locale-kit/headers/build/os/app/Application.h
Log:
applying patch by Adrien:
* beginnings on work towards integrating the locale kit stuff to the build
process itself - need to add stuff to libbe_build.so
Modified: haiku/branches/components/gsoc-locale-kit/headers/build/os/app/Application.h
===================================================================
--- haiku/branches/components/gsoc-locale-kit/headers/build/os/app/Application.h 2009-06-30 15:36:22 UTC (rev 31337)
+++ haiku/branches/components/gsoc-locale-kit/headers/build/os/app/Application.h 2009-06-30 15:37:42 UTC (rev 31338)
@@ -16,6 +16,8 @@
BApplication(const char* signature,
status_t* error);
virtual ~BApplication();
+
+ status_t GetAppInfo(app_info* info);
};
// Global Objects
More information about the Haiku-commits
mailing list