r2286 - trunk/src/target/OM-2007/openmoko-libs/libmokoui

mickey at sita.openmoko.org mickey at sita.openmoko.org
Sun Jun 17 06:32:33 CEST 2007


Author: mickey
Date: 2007-06-17 06:32:29 +0200 (Sun, 17 Jun 2007)
New Revision: 2286

Modified:
   trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-ui.h
Log:
move...


Modified: trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-ui.h
===================================================================
--- trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-ui.h	2007-06-17 04:25:00 UTC (rev 2285)
+++ trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-ui.h	2007-06-17 04:32:29 UTC (rev 2286)
@@ -42,17 +42,6 @@
 #include "moko-tree-view.h"
 #include "moko-window.h"
 
-void moko_ui_banner_show_text( gint timeout, const gchar* message, ... )
-{
-    va_list a;
-    g_return_if_fail( timeout ); // don't allow permanent banners using the simple interface
-    va_start( a, message );
-    const gchar* string = g_strdup_vprintf( message, a );
-    va_end( a );
-    MokoBanner* banner = moko_banner_new();
-    moko_banner_show_text( banner, string, timeout );
-    g_object_unref( banner );
-    g_free( string );
-}
+void moko_ui_banner_show_text( gint timeout, const gchar* message, ... );
 
 #endif  /* _MOKO_UI_H_ */





More information about the commitlog mailing list