r496 - trunk/src/target/OM-2007/applications/openmoko-dialer/src

tony_guan at gta01.hmw-consulting.de tony_guan at gta01.hmw-consulting.de
Thu Jan 4 03:21:01 CET 2007


Author: tony_guan
Date: 2007-01-04 03:20:55 +0100 (Thu, 04 Jan 2007)
New Revision: 496

Added:
   trunk/src/target/OM-2007/applications/openmoko-dialer/src/openmoko-dialer-window-history.h
Log:
added


Added: trunk/src/target/OM-2007/applications/openmoko-dialer/src/openmoko-dialer-window-history.h
===================================================================
--- trunk/src/target/OM-2007/applications/openmoko-dialer/src/openmoko-dialer-window-history.h	2007-01-04 02:20:22 UTC (rev 495)
+++ trunk/src/target/OM-2007/applications/openmoko-dialer/src/openmoko-dialer-window-history.h	2007-01-04 02:20:55 UTC (rev 496)
@@ -0,0 +1,44 @@
+/*  openmoko-dialer-window-history.h
+ *
+ *  Authored By Tony Guan<tonyguan at fic-sh.com.cn>
+ *
+ *  Copyright (C) 2006 FIC Shanghai Lab
+ *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU Public License as published by
+ *  the Free Software Foundation; version 2.1 of the license.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU Lesser Public License for more details.
+ *
+ *  Current Version: $Rev$ ($Date) [$Author: Tony Guan $]
+ */
+ #include "moko-dialer-includes.h"
+
+ #ifndef _OPENMOKO_DIALER_WINDOW_HISTORY_H
+#define _OPENMOKO_DIALER_WINDOW_HISTORY_H
+
+#ifdef __cplusplus
+
+
+
+extern "C"
+
+{
+#endif
+
+
+ GtkWidget* create_window_history_content (MOKO_DIALER_APP_DATA* p_dialer_data);
+gint window_history_init( MOKO_DIALER_APP_DATA* p_dialer_data);
+gint history_build_history_list_view(MOKO_DIALER_APP_DATA* p_dialer_data);
+void window_history_prepare(MOKO_DIALER_APP_DATA * appdata);
+GtkWidget* history_create_menu_history (MOKO_DIALER_APP_DATA* p_dialer_data);
+gint add_histroy_entry(MOKO_DIALER_APP_DATA* appdata,HISTORY_TYPE type,const char *name,const char *number,const char *picpath,  char *time,char *date,int durationsec);
+gint history_list_view_add(MOKO_DIALER_APP_DATA* appdata,HISTORY_ENTRY * entry);
+#ifdef __cplusplus
+}
+#endif
+
+#endif 





More information about the commitlog mailing list