r1421 - trunk/src/target/OM-2007/applications/openmoko-appmanager/src

caowai_song at sita.openmoko.org caowai_song at sita.openmoko.org
Tue Mar 20 04:51:20 CET 2007


Author: caowai_song
Date: 2007-03-20 04:50:56 +0100 (Tue, 20 Mar 2007)
New Revision: 1421

Modified:
   trunk/src/target/OM-2007/applications/openmoko-appmanager/src/application-menu.c
   trunk/src/target/OM-2007/applications/openmoko-appmanager/src/application-menu.h
   trunk/src/target/OM-2007/applications/openmoko-appmanager/src/apply-dialog.c
   trunk/src/target/OM-2007/applications/openmoko-appmanager/src/apply-dialog.h
   trunk/src/target/OM-2007/applications/openmoko-appmanager/src/appmanager-data.c
   trunk/src/target/OM-2007/applications/openmoko-appmanager/src/appmanager-data.h
   trunk/src/target/OM-2007/applications/openmoko-appmanager/src/appmanager-window.c
   trunk/src/target/OM-2007/applications/openmoko-appmanager/src/appmanager-window.h
   trunk/src/target/OM-2007/applications/openmoko-appmanager/src/detail-area.c
   trunk/src/target/OM-2007/applications/openmoko-appmanager/src/detail-area.h
   trunk/src/target/OM-2007/applications/openmoko-appmanager/src/errorcode.h
   trunk/src/target/OM-2007/applications/openmoko-appmanager/src/filter-menu.c
   trunk/src/target/OM-2007/applications/openmoko-appmanager/src/filter-menu.h
   trunk/src/target/OM-2007/applications/openmoko-appmanager/src/install-dialog.c
   trunk/src/target/OM-2007/applications/openmoko-appmanager/src/install-dialog.h
   trunk/src/target/OM-2007/applications/openmoko-appmanager/src/ipkg_cmd.h
   trunk/src/target/OM-2007/applications/openmoko-appmanager/src/ipkgapi.c
   trunk/src/target/OM-2007/applications/openmoko-appmanager/src/ipkgapi.h
   trunk/src/target/OM-2007/applications/openmoko-appmanager/src/navigation-area.c
   trunk/src/target/OM-2007/applications/openmoko-appmanager/src/navigation-area.h
   trunk/src/target/OM-2007/applications/openmoko-appmanager/src/package-list.c
   trunk/src/target/OM-2007/applications/openmoko-appmanager/src/package-list.h
   trunk/src/target/OM-2007/applications/openmoko-appmanager/src/pixbuf-list.c
   trunk/src/target/OM-2007/applications/openmoko-appmanager/src/pixbuf-list.h
   trunk/src/target/OM-2007/applications/openmoko-appmanager/src/select-menu.c
   trunk/src/target/OM-2007/applications/openmoko-appmanager/src/select-menu.h
   trunk/src/target/OM-2007/applications/openmoko-appmanager/src/tool-box.c
   trunk/src/target/OM-2007/applications/openmoko-appmanager/src/tool-box.h
Log:
Use the "/*" instead of the "/**"


Modified: trunk/src/target/OM-2007/applications/openmoko-appmanager/src/application-menu.c
===================================================================
--- trunk/src/target/OM-2007/applications/openmoko-appmanager/src/application-menu.c	2007-03-20 02:38:33 UTC (rev 1420)
+++ trunk/src/target/OM-2007/applications/openmoko-appmanager/src/application-menu.c	2007-03-20 03:50:56 UTC (rev 1421)
@@ -1,4 +1,4 @@
-/**
+/*
  *  @file application-menu.c
  *  @brief The application menu item
  *
@@ -24,7 +24,7 @@
 #include "ipkgapi.h"
 #include "errorcode.h"
 
-/**
+/*
  * @brief The Callback function of the show status menu
  */
 void 
@@ -34,7 +34,7 @@
 
 }
 
-/**
+/*
  * @brief The Callback function of the show source menu
  */
 void 
@@ -43,7 +43,7 @@
   g_debug ("Call on_showsource_activate");
 }
 
-/**
+/*
  * @brief The Callback function of the install single application menu
  */
 void 
@@ -147,7 +147,7 @@
   return;
 }
 
-/**
+/*
  * @brief The Callback function of the show help menu
  */
 void 
@@ -156,7 +156,7 @@
   g_debug ("Call on_showhelp_activate");
 }
 
-/**
+/*
  * @brief The Callback function of the quit menu
  */
 void 
@@ -166,7 +166,7 @@
   gtk_main_quit ();
 }
 
-/**
+/*
  * @brief Create a new application menu for the application manager
  * @param appdata The application manager data
  * @return The GtkMenu widget. If there is error, 

Modified: trunk/src/target/OM-2007/applications/openmoko-appmanager/src/application-menu.h
===================================================================
--- trunk/src/target/OM-2007/applications/openmoko-appmanager/src/application-menu.h	2007-03-20 02:38:33 UTC (rev 1420)
+++ trunk/src/target/OM-2007/applications/openmoko-appmanager/src/application-menu.h	2007-03-20 03:50:56 UTC (rev 1421)
@@ -1,4 +1,4 @@
-/**
+/*
  *  @file application-menu.h
  *  @brief The application menu item
  *

Modified: trunk/src/target/OM-2007/applications/openmoko-appmanager/src/apply-dialog.c
===================================================================
--- trunk/src/target/OM-2007/applications/openmoko-appmanager/src/apply-dialog.c	2007-03-20 02:38:33 UTC (rev 1420)
+++ trunk/src/target/OM-2007/applications/openmoko-appmanager/src/apply-dialog.c	2007-03-20 03:50:56 UTC (rev 1421)
@@ -1,4 +1,4 @@
-/**
+/*
  *  @file apply-dialog.c
  *  @brief It is an infomation dialog that will display the all package 
  *  that will be changed.
@@ -24,7 +24,7 @@
 #include "appmanager-window.h"
 #include "package-list.h"
 
-/**
+/*
  * @brief The id of package list that display in apply dialog.
  */
 enum {
@@ -32,7 +32,7 @@
   MARK_NUM_COL            /* Column number */
 };
 
-/**
+/*
  * @brief Create a new apply dialog
  * @param The application manager data
  * @return The apply dialog

Modified: trunk/src/target/OM-2007/applications/openmoko-appmanager/src/apply-dialog.h
===================================================================
--- trunk/src/target/OM-2007/applications/openmoko-appmanager/src/apply-dialog.h	2007-03-20 02:38:33 UTC (rev 1420)
+++ trunk/src/target/OM-2007/applications/openmoko-appmanager/src/apply-dialog.h	2007-03-20 03:50:56 UTC (rev 1421)
@@ -1,4 +1,4 @@
-/**
+/*
  *  @file apply-dialog.h
  *  @brief It is an infomation dialog that will display the all package 
  *  that will be changed.

Modified: trunk/src/target/OM-2007/applications/openmoko-appmanager/src/appmanager-data.c
===================================================================
--- trunk/src/target/OM-2007/applications/openmoko-appmanager/src/appmanager-data.c	2007-03-20 02:38:33 UTC (rev 1420)
+++ trunk/src/target/OM-2007/applications/openmoko-appmanager/src/appmanager-data.c	2007-03-20 03:50:56 UTC (rev 1421)
@@ -1,4 +1,4 @@
-/**
+/*
  *  @file appmanager-data.c
  *  @brief The all data that the application manager will used
  *
@@ -59,7 +59,7 @@
 
 }
 
-/**
+/*
  * @brief Create a new ApplicationManagerData
  * @return The ApplicationManagerData. If fail to create, it will return NULL.
  */
@@ -71,7 +71,7 @@
                                         NULL));
 }
 
-/**
+/*
  * @brief Set the moko panad window to the application manager data
  * @param appdata The application manager data struct
  * @param window The main window
@@ -85,7 +85,7 @@
   appdata->mwindow = window;
 }
 
-/**
+/*
  * @brief Set the filter menu to the application manager data
  * @param appdata The application manager data struct
  * @param filtermenu The filter menu
@@ -99,7 +99,7 @@
   appdata->filtermenu = filtermenu;
 }
 
-/**
+/*
  * @brief Set the menubox to the application manager data
  * @param appdata The application manager data struct
  * @param menubox The menubox
@@ -113,7 +113,7 @@
   appdata->menubox = menubox;
 }
 
-/**
+/*
  * @brief Set the select menu to the application manager data
  * @param appdata The application manager data struct
  * @param selectmenu The select menu
@@ -127,7 +127,7 @@
   appdata->selectmenu = selectmenu;
 }
 
-/**
+/*
  * @brief Set the search entry to the application manager data
  * @param appdata The application manager data struct
  * @param entry The search entry
@@ -141,7 +141,7 @@
   appdata->searchentry = entry;
 }
 
-/**
+/*
  * @brief Set the treeview widget of package list to the 
  * application manager data
  * @param appdata The application manager data struct
@@ -156,7 +156,7 @@
   appdata->tvpkglist = tvpkglist;
 }
 
-/**
+/*
  * @brief Set the textview widget of detail to the application manager data
  * @param appdata The application manager data struct
  * @param tvdetail The textview widget of detail
@@ -170,7 +170,7 @@
   appdata->tvdetail = tvdetail;
 }
 
-/**
+/*
  * @brief Set the header of package list to the application manager data
  * @param appdata The application manager data struct
  * @param pkglist The header of the package list
@@ -184,7 +184,7 @@
   appdata->pkglist = pkglist;
 }
 
-/**
+/*
  * @brief Set the header of section list to the application manager data
  * @param appdata The application manager data struct
  * @param sectionlist The header of the section list
@@ -198,7 +198,7 @@
   appdata->sectionlist = sectionlist;
 }
 
-/**
+/*
  * @brief Set the header of the installed list to the application manager data
  * @param appdata The application manager data struct
  * @param installedlist The header of the installed list
@@ -212,7 +212,7 @@
   appdata->installedlist = installedlist;
 }
 
-/**
+/*
  * @brief Set the header of the upgrade list to the application manager data
  * @param appdata The application manager data struct
  * @param upgradelist The header of the upgrade list
@@ -226,7 +226,7 @@
   appdata->upgradelist = upgradelist;
 }
 
-/**
+/*
  * @brief Set the header of the selected list to the application manager data
  * @param appdata The application manager data struct
  * @param selectedlist The header of the selected list
@@ -240,7 +240,7 @@
   appdata->selectedlist = selectedlist;
 }
 
-/**
+/*
  * @brief Set the header of the package list whose section name is null 
  * to the application manager data
  * @param appdata The application manager data struct
@@ -255,7 +255,7 @@
   appdata->nosecpkglist = nosecpkglist;
 }
 
-/**
+/*
  * @brief Set the current list to the application manager data
  * @param appdata The application manager data struct
  * @param currentlist The current list that display on the navigation list
@@ -269,7 +269,7 @@
   appdata->currentlist = currentlist;
 }
 
-/**
+/*
  * @brief Set the pixbuf to the pixbuf list in the application manager data
  * @param appdata The application manager data struct
  * @param pixbuf A GdkPixbuf
@@ -286,7 +286,7 @@
   appdata->statuspix[id] = pixbuf;
 }
 
-/**
+/*
  * @brief Set the search history to the application manager data
  * @param appdata The application manager data struct
  * @param pixbuf A GdkPixbuf
@@ -300,7 +300,7 @@
   appdata->searchhistory = searchhistory;
 }
 
-/**
+/*
  * @brief Set the install dialog to the application manager data
  * @param appdata The application manager data struct
  * @param installdialog The install dialog
@@ -314,7 +314,7 @@
   appdata->installdialog = installdialog;
 }
 
-/**
+/*
  * @brief Init the pixbuf list.
  *
  * Load all pixbuf from the appointed file, and set the pixbuf to the
@@ -374,7 +374,7 @@
 
 }
 
-/**
+/*
  * @brief Get the main window from the application manager data
  * @param appdata The application manager data
  * @return The main window
@@ -387,7 +387,7 @@
   return appdata->mwindow;
 }
 
-/**
+/*
  * @brief Get the filter menu from the application manager data
  * @param appdata The application manager data
  * @return The filter menu
@@ -413,7 +413,7 @@
   return appdata->menubox;
 }
 
-/**
+/*
  * @brief Get the select menu from the application manager data
  * @param appdata The application manager data
  * @return The select menu
@@ -426,7 +426,7 @@
   return appdata->selectmenu;
 }
 
-/**
+/*
  * @brief Get the search entry from the application manager data
  * @param appdata The application manager data
  * @return The search entry
@@ -439,7 +439,7 @@
   return appdata->searchentry;
 }
 
-/**
+/*
  * @brief Get the treeview widget of the package list from 
  * the application manager data
  *
@@ -454,7 +454,7 @@
   return appdata->tvpkglist;
 }
 
-/**
+/*
  * @brief Get the textview widget of the details info from 
  * the application manager data
  * 
@@ -469,7 +469,7 @@
   return appdata->tvdetail;
 }
 
-/**
+/*
  * @brief Get the package list that get from libipkg from the 
  * application manager data
  *
@@ -484,7 +484,7 @@
   return appdata->pkglist;
 }
 
-/**
+/*
  * @brief Get the section list from the application manager data
  * @param appdata The application manager data
  * @return The section list
@@ -497,7 +497,7 @@
   return appdata->sectionlist;
 }
 
-/**
+/*
  * @brief Get the installed list from the application manager data
  * @param appdata The application manager data
  * @return The installed list
@@ -510,7 +510,7 @@
   return appdata->installedlist;
 }
 
-/**
+/*
  * @brief Get the upgrade list from the application manager data
  * @param appdata The application manager data
  * @return The upgrade list
@@ -523,7 +523,7 @@
   return appdata->upgradelist;
 }
 
-/**
+/*
  * @brief Get the selected list from the application manager data
  * @param appdata The application manager data
  * @return The selected list
@@ -536,7 +536,7 @@
   return appdata->selectedlist;
 }
 
-/**
+/*
  * @brief Get the nosecpkg list from the application manager data
  * @param appdata The application manager data
  * @return The selected list
@@ -549,7 +549,7 @@
   return appdata->nosecpkglist;
 }
 
-/**
+/*
  * @brief Get the current list from the application manager data
  * @param appdata The application manager data
  * @return The current list that display in the navigation list
@@ -562,7 +562,7 @@
   return appdata->currentlist;
 }
 
-/**
+/*
  * @brief Get the appointed pixbuf from the application manager data
  * @param appdata The application manager data
  * @param id The status id
@@ -578,7 +578,7 @@
   return appdata->statuspix[id];
 }
 
-/**
+/*
  * @brief Get the search history from the application manager data
  * @param appdata The application manager data
  * @return The search history
@@ -591,7 +591,7 @@
   return appdata->searchhistory;
 }
 
-/**
+/*
  * @brief Get the install dialog from the application manager data
  * @param appdata The application manager data
  * @return The install dialog

Modified: trunk/src/target/OM-2007/applications/openmoko-appmanager/src/appmanager-data.h
===================================================================
--- trunk/src/target/OM-2007/applications/openmoko-appmanager/src/appmanager-data.h	2007-03-20 02:38:33 UTC (rev 1420)
+++ trunk/src/target/OM-2007/applications/openmoko-appmanager/src/appmanager-data.h	2007-03-20 03:50:56 UTC (rev 1421)
@@ -1,4 +1,4 @@
-/**
+/*
  *  @file appmanager-data.h
  *  @brief The all data that the application manager will used
  *
@@ -43,7 +43,7 @@
                                                       ApplicationManagerDataClass))
 
 
-/**
+/*
  * @brief The all data that will be used in the application manager
  *
  * Acturally, it need not load the pixbuf to memory and keep them.
@@ -73,7 +73,7 @@
   GtkWidget        *installdialog;     /* The install dialog */
 } ApplicationManagerData;
 
-/**
+/*
  * @brief The class struct of application manager data
  */
 typedef struct _ApplicationManagerDataClass {

Modified: trunk/src/target/OM-2007/applications/openmoko-appmanager/src/appmanager-window.c
===================================================================
--- trunk/src/target/OM-2007/applications/openmoko-appmanager/src/appmanager-window.c	2007-03-20 02:38:33 UTC (rev 1420)
+++ trunk/src/target/OM-2007/applications/openmoko-appmanager/src/appmanager-window.c	2007-03-20 03:50:56 UTC (rev 1421)
@@ -1,4 +1,4 @@
-/**
+/*
  *  @file appmanager-window.c
  *  @brief The application manager in the Openmoko
  *
@@ -34,7 +34,7 @@
 #include "package-list.h"
 #include "select-menu.h"
 
-/**
+/*
  * @brief The start function.
  */
 int 

Modified: trunk/src/target/OM-2007/applications/openmoko-appmanager/src/appmanager-window.h
===================================================================
--- trunk/src/target/OM-2007/applications/openmoko-appmanager/src/appmanager-window.h	2007-03-20 02:38:33 UTC (rev 1420)
+++ trunk/src/target/OM-2007/applications/openmoko-appmanager/src/appmanager-window.h	2007-03-20 03:50:56 UTC (rev 1421)
@@ -1,4 +1,4 @@
-/**
+/*
  *  @file appmanager-window.h
  *  @brief The application manager in the Openmoko
  *
@@ -21,7 +21,7 @@
 #ifndef _FIC_APPMANAGER_WINDOW_H
 #define _FIC_APPMANAGER_WINDOW_H
 
-/**
+/*
  * @brief The multilanguage macro
  *
  * It will be fixed at the feature

Modified: trunk/src/target/OM-2007/applications/openmoko-appmanager/src/detail-area.c
===================================================================
--- trunk/src/target/OM-2007/applications/openmoko-appmanager/src/detail-area.c	2007-03-20 02:38:33 UTC (rev 1420)
+++ trunk/src/target/OM-2007/applications/openmoko-appmanager/src/detail-area.c	2007-03-20 03:50:56 UTC (rev 1421)
@@ -1,4 +1,4 @@
-/**
+/*
  *  @file detail-area.c
  *  @brief The detail area in the main window
  *
@@ -24,7 +24,7 @@
 #include "navigation-area.h"
 #include "package-list.h"
 
-/**
+/*
  * @brief Create a detail area to the application manager data
  * @param appdata The application manager data
  * @return The toplevel widget of detail area
@@ -51,7 +51,7 @@
   return GTK_WIDGET (box);
 }
 
-/**
+/*
  * @brief Format the depends list of package.
  * @param depends The depends list
  * @param The dest string
@@ -80,7 +80,7 @@
   dest[i] = 0;
 }
 
-/**
+/*
  * @brief Update the detail area infomation base on the package that selected
  * @param appdata The application manager data
  * @param pkg The package infomation

Modified: trunk/src/target/OM-2007/applications/openmoko-appmanager/src/detail-area.h
===================================================================
--- trunk/src/target/OM-2007/applications/openmoko-appmanager/src/detail-area.h	2007-03-20 02:38:33 UTC (rev 1420)
+++ trunk/src/target/OM-2007/applications/openmoko-appmanager/src/detail-area.h	2007-03-20 03:50:56 UTC (rev 1421)
@@ -1,4 +1,4 @@
-/**
+/*
  *  @file detail-area.h
  *  @brief The detail area in the main window
  *

Modified: trunk/src/target/OM-2007/applications/openmoko-appmanager/src/errorcode.h
===================================================================
--- trunk/src/target/OM-2007/applications/openmoko-appmanager/src/errorcode.h	2007-03-20 02:38:33 UTC (rev 1420)
+++ trunk/src/target/OM-2007/applications/openmoko-appmanager/src/errorcode.h	2007-03-20 03:50:56 UTC (rev 1421)
@@ -1,4 +1,4 @@
-/**
+/*
  *  @file errorcode.h
  *  @brief The error code of the all function return
  *
@@ -20,7 +20,7 @@
 #ifndef _FIC_ERROR_CODE_H
 #define _FIC_ERROR_CODE_H
 
-/**
+/*
  * @brief All available error code
  */
 typedef enum {

Modified: trunk/src/target/OM-2007/applications/openmoko-appmanager/src/filter-menu.c
===================================================================
--- trunk/src/target/OM-2007/applications/openmoko-appmanager/src/filter-menu.c	2007-03-20 02:38:33 UTC (rev 1420)
+++ trunk/src/target/OM-2007/applications/openmoko-appmanager/src/filter-menu.c	2007-03-20 03:50:56 UTC (rev 1421)
@@ -1,4 +1,4 @@
-/**
+/*
  *  @file filter-menu.c
  *  @brief The filter menu item
  *
@@ -24,7 +24,7 @@
 #include "navigation-area.h"
 #include "package-list.h"
 
-/**
+/*
  * @brief The callback function of the search result menuitem.
  */
 static void 
@@ -33,7 +33,7 @@
   g_debug ("Clicked the search result menuitem");
 }
 
-/**
+/*
  * @brief The callback function of the installed menuitem.
  */
 static void 
@@ -52,7 +52,7 @@
           pkglist);
 }
 
-/**
+/*
  * @brief The callback function of the upgradeable menuitem.
  */
 static void 
@@ -71,7 +71,7 @@
           pkglist);
 }
 
-/**
+/*
  * @brief The callback function of the selected menuitem.
  */
 static void 
@@ -90,7 +90,7 @@
           pkglist);
 }
 
-/**
+/*
  * @brief The callback function of the dynamic menuitem.
  */
 void 
@@ -132,7 +132,7 @@
           pkglist);
 }
 
-/**
+/*
  * @brief Create a new filter menu for the application manager
  * 
  * At this function, it only can create the static menu items.
@@ -181,7 +181,7 @@
   return filtermenu;
 }
 
-/**
+/*
  * @brief Add a menu item to the filter menu
  * 
  * @param filtermenu The filter menu

Modified: trunk/src/target/OM-2007/applications/openmoko-appmanager/src/filter-menu.h
===================================================================
--- trunk/src/target/OM-2007/applications/openmoko-appmanager/src/filter-menu.h	2007-03-20 02:38:33 UTC (rev 1420)
+++ trunk/src/target/OM-2007/applications/openmoko-appmanager/src/filter-menu.h	2007-03-20 03:50:56 UTC (rev 1421)
@@ -1,4 +1,4 @@
-/**
+/*
  *  @file filter-menu.h
  *  @brief The filter menu item
  *

Modified: trunk/src/target/OM-2007/applications/openmoko-appmanager/src/install-dialog.c
===================================================================
--- trunk/src/target/OM-2007/applications/openmoko-appmanager/src/install-dialog.c	2007-03-20 02:38:33 UTC (rev 1420)
+++ trunk/src/target/OM-2007/applications/openmoko-appmanager/src/install-dialog.c	2007-03-20 03:50:56 UTC (rev 1421)
@@ -1,4 +1,4 @@
-/**
+/*
  *  @file install-dialog.c
  *  @brief It is the dialog that displays the process of install/remove/upgrade
  *  packages.
@@ -33,13 +33,13 @@
 
 #define MOKO_INSTALL_DIALOG_GET_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE ((obj), MOKO_TYPE_INSTALL_DIALOG, InstallDialogPriv));
 
-/**
+/*
  * @brief The private data of the Install dialog
  */
 typedef struct _InstallDialogPriv {
   ApplicationManagerData   *maindata;    /* The main data of the application manager */
-  gchar    **installinfolist;            /* The list of install/remove/upgrade infomation */
-  gchar    **prepareinfolist;            /* The list of prepareinfomation */
+  gchar    *installinfolist;            /* The list of install/remove/upgrade infomation */
+  gchar    *prepareinfolist;            /* The list of prepareinfomation */
   gint     preparenum;                   /* Prepare to install/remove/upgrade the _number_ package */
   gint     installnum;                   /* Installing/removing/upgrading the _number_ package */
   gint     displaypreparenum;            /* Prepare info of the _number_ package has been displayed */
@@ -107,7 +107,7 @@
   GTK_WIDGET_SET_FLAGS (closebutton, GTK_CAN_DEFAULT);
 }
 
-/**
+/*
  * @brief Create a new install dialog
  * @param appdata The application manager data
  * @param pkgnum The number of package that will be disposed
@@ -119,14 +119,14 @@
   InstallDialog  *dialog = MOKO_INSTALL_DIALOG (g_object_new (MOKO_TYPE_INSTALL_DIALOG, NULL));
   InstallDialogPriv *priv = MOKO_INSTALL_DIALOG_GET_PRIVATE (dialog);
 
-  priv->installinfolist = (gchar **)g_malloc (sizeof(gchar *) * pkgnum);
+  priv->installinfolist = (gchar *)g_malloc (sizeof(gchar *) * pkgnum);
   if (priv->installinfolist == NULL)
     {
       gtk_widget_destroy (GTK_WIDGET (dialog));
       g_debug ("Can not malloc memory for the install dialog");
       return NULL;
     }
-  priv->prepareinfolist = (gchar **)g_malloc (sizeof(gchar *) * pkgnum);
+  priv->prepareinfolist = (gchar *)g_malloc (sizeof(gchar *) * pkgnum);
   if (priv->prepareinfolist == NULL)
     {
       gtk_widget_destroy (GTK_WIDGET (dialog));
@@ -140,7 +140,7 @@
   return dialog;
 }
 
-/**
+/*
  * @brief The timeout event, update the display infomation of 
  * install/remove/upgrade packages
  * @param dialog The install dialog
@@ -232,7 +232,7 @@
   return TRUE;
 }
 
-/**
+/*
  * @brief Set the install status of the install dialog
  * @param dialog The install dialog
  * @param status The status
@@ -250,7 +250,7 @@
   priv->installstatus = status;
 }
 
-/**
+/*
  * @brief Add a prepare infomation to the dialog infomation
  * @param dialog The install dialog
  * @param info The infomation string
@@ -273,7 +273,7 @@
   priv->preparenum ++;
 }
 
-/**
+/*
  * @brief Add a install infomation to the dialog infomation
  * @param dialog The install dialog
  * @param info The infomation string

Modified: trunk/src/target/OM-2007/applications/openmoko-appmanager/src/install-dialog.h
===================================================================
--- trunk/src/target/OM-2007/applications/openmoko-appmanager/src/install-dialog.h	2007-03-20 02:38:33 UTC (rev 1420)
+++ trunk/src/target/OM-2007/applications/openmoko-appmanager/src/install-dialog.h	2007-03-20 03:50:56 UTC (rev 1421)
@@ -1,4 +1,4 @@
-/**
+/*
  *  @file install-dialog.h
  *  @brief It is the dialog that displays the process of install/remove/upgrade
  *  packages.
@@ -42,7 +42,7 @@
                                             MOKO_TYPE_INSTALL_DIALOG, \
                                             InstallDialogClass))
 
-/**
+/*
  * @brief Process status of the install dialog
  */
 enum {
@@ -52,14 +52,14 @@
   STATUS_COMPLETE       /* The process of install/remove/upgrade packages completed */
 };
 
-/**
+/*
  * @brief The install dialog struct
  */
 typedef struct _InstallDialog {
   GtkDialog          parent;             /* The parent of the struct */
 } InstallDialog;
 
-/**
+/*
  * @brief The install dialog class struct
  */
 typedef struct _InstallDialogClass {

Modified: trunk/src/target/OM-2007/applications/openmoko-appmanager/src/ipkg_cmd.h
===================================================================
--- trunk/src/target/OM-2007/applications/openmoko-appmanager/src/ipkg_cmd.h	2007-03-20 02:38:33 UTC (rev 1420)
+++ trunk/src/target/OM-2007/applications/openmoko-appmanager/src/ipkg_cmd.h	2007-03-20 03:50:56 UTC (rev 1421)
@@ -1,4 +1,4 @@
-/**
+/*
  * @file ipkg_cmd.h
  * @brief The funtions in this header file is defined in libipkg.a .
  * @author Ken Zhao
@@ -21,27 +21,27 @@
 #include <ipkg.h>
 
 
-/**
+/*
  * @brief See libipkg.a document.
  */
 extern int ipkg_remove_pkg(ipkg_conf_t *conf, pkg_t *pkg,int message);
 
-/**
+/*
  * @brief See libipkg.a document.
  */
-extern int ipkg_prepare_url_for_install(ipkg_conf_t *conf, const char *url, char **namep);
+extern int ipkg_prepare_url_for_install(ipkg_conf_t *conf, const char *url, char *namep);
 
-/**
+/*
  * @brief See libipkg.a document.
  */
 extern ipkg_error_t ipkg_install_by_name(ipkg_conf_t *conf, const char *pkg_name);
 
-/**
+/*
  * @brief See libipkg.a document.
  */
 extern ipkg_error_t ipkg_install_multi_by_name(ipkg_conf_t *conf, const char *pkg_name);
 
-/**
+/*
  * @brief See libipkg.a document.
  */
 extern int ipkg_configure_packages(ipkg_conf_t *conf, char *pkg_name);

Modified: trunk/src/target/OM-2007/applications/openmoko-appmanager/src/ipkgapi.c
===================================================================
--- trunk/src/target/OM-2007/applications/openmoko-appmanager/src/ipkgapi.c	2007-03-20 02:38:33 UTC (rev 1420)
+++ trunk/src/target/OM-2007/applications/openmoko-appmanager/src/ipkgapi.c	2007-03-20 03:50:56 UTC (rev 1421)
@@ -1,4 +1,4 @@
-/**
+/*
  * @file ipkgapi.c
  * @brief Package management api based on libipkg.a.
  * @author Ken Zhao
@@ -31,7 +31,7 @@
 #include "ipkg_cmd.h"
 
 
-/**
+/*
  * @brief Debug information.
  */
 #ifdef DEBUG 
@@ -41,40 +41,40 @@
 #endif 
 
 
-/**
+/*
  * @brief check whether ipkg state is changed.
  */
 extern int ipkg_state_changed;
 
-/**
+/*
  * @brief Golbal config structure.
  */
 ipkg_conf_t global_conf;
 
-/**
+/*
  * @brief Golbal config structure.
  */
 int is_init_successful = 0;
 
 
 
-/**
+/*
  * @brief IPKG function's return code.
  */
 int nReturnCode = 0;
-/**
+/*
  * @brief Error message.
  */
 char errMsg[1024*5];
 
-/**
+/*
  * @brief IPKG message callback function.
  */
 extern ipkg_message_callback ipkg_cb_message;
 
 
 
-/**
+/*
  * @brief IPKG message callback function.
  *
  * @param conf IPKG config structure pointer.
@@ -107,7 +107,7 @@
 }
 
 
-/**
+/*
  * @brief Get error message.
  *
  * @return Error message.
@@ -118,7 +118,7 @@
 }
 
 
-/**
+/*
  * @brief Check whether IPKG status file can be accessed for writing.
  *
  * @param conf IPKG config structure pointer.
@@ -145,7 +145,7 @@
 }
 
 
-/**
+/*
  * @brief Save IPKG status file and update file lists.
  *
  * @param conf IPKG config structure pointer.
@@ -171,7 +171,7 @@
 }
 
 
-/**
+/*
  * @brief Check whether the package file is valid.
  *
  * @param conf IPKG config structure pointer.
@@ -208,7 +208,7 @@
 }
 
 
-/**
+/*
  * @brief Signal handler.
  *
  * @param sig SIGNAL.
@@ -225,7 +225,7 @@
 
 
 
-/**
+/*
  * @brief Free package list in head of list.
  *
  * @param head Package list head.
@@ -264,7 +264,7 @@
 }
 
 
-/**
+/*
  * @brief Free package detail info.
  *
  * @param info Package detail info pointer.
@@ -297,7 +297,7 @@
 }
 
 
-/**
+/*
  * @brief Set ipkg installation directory.
  *
  * @param info Package detail info pointer.
@@ -324,7 +324,7 @@
     
 }
 
-/**
+/*
  * @brief IPKG initialize.
  *
  * @param noreadfeedsfile 
@@ -355,7 +355,7 @@
     return 0;
 }
 
-/**
+/*
  * @brief IPKG uninitialize.
  *
  */
@@ -366,7 +366,7 @@
 }
 
 
-/**
+/*
  * @brief Get installed package list.
  *
  * @param pkg_list_head pkg_list_head->length indicates the number of installed packages, 
@@ -483,7 +483,7 @@
 
 
 
-/**
+/*
  * @brief Get package list which can be updated.
  *
  * @param pkg_list_head pkg_list_head->length indicates the number of installed packages, 
@@ -503,7 +503,7 @@
 
 
 
-/**
+/*
  * @brief Get available package list.
  *
  * @param pkg_list_head pkg_list_head->length indicates the number of installed packages, 
@@ -638,7 +638,7 @@
 
 
 
-/**
+/*
  * @brief Get package detail information.
  *
  * @param pkg_name Package name.
@@ -765,7 +765,7 @@
 
 
 
-/**
+/*
  * @brief Get package by name and dest.
  *
  * @param hash Package hash table.
@@ -791,7 +791,7 @@
     return NULL;
 }
 
-/**
+/*
  * @brief Get package by name.
  *
  * @param hash Package hash table.
@@ -816,7 +816,7 @@
 }
 
 
-/**
+/*
  * @brief Remove specified package.
  *
  * @param pkg_name Package name.  
@@ -894,7 +894,7 @@
 }
 
 
-/**
+/*
  * @brief Install package.
  *
  * @param pkg_name Package file name with path.
@@ -905,7 +905,7 @@
  * @retval !=0 failure.
  *         Call get_error_msg to get error message.
  */
-int ipkg_install_cmd(char *pkg_name, char *dest_name, char **pkg_real_name)
+int ipkg_install_cmd(char *pkg_name, char *dest_name, char *pkg_real_name)
 {
     char *arg;
     int  err = 0;
@@ -976,7 +976,7 @@
 
 
 
-/**
+/*
  * @brief Search specified package.
  *
  * @param pkg_name Package name.
@@ -1077,7 +1077,7 @@
 
 
 
-/**
+/*
  * @brief Upgrade specified package.
  *
  * @param pkg_name Package name.

Modified: trunk/src/target/OM-2007/applications/openmoko-appmanager/src/ipkgapi.h
===================================================================
--- trunk/src/target/OM-2007/applications/openmoko-appmanager/src/ipkgapi.h	2007-03-20 02:38:33 UTC (rev 1420)
+++ trunk/src/target/OM-2007/applications/openmoko-appmanager/src/ipkgapi.h	2007-03-20 03:50:56 UTC (rev 1421)
@@ -1,4 +1,4 @@
-/**
+/*
  * @file ipkgapi.h
  * @brief Package management api header file.
  * @author Ken Zhao
@@ -23,7 +23,7 @@
 #include <ipkg_conf.h>
 #include <pkg_hash.h>
 
-/**
+/*
  * @brief IPKG package structure.
  */
 typedef struct ipk_package {
@@ -39,7 +39,7 @@
   struct ipk_package *next;         /* pointer to next package */
 }IPK_PACKAGE;
 
-/**
+/*
  * @brief IPKG package list head structure.
  */
 typedef struct pkg_list_head {
@@ -47,7 +47,7 @@
   IPK_PACKAGE *pkg_list;        /* package list head pointer */
 }PKG_LIST_HEAD;
 
-/**
+/*
  * @brief IPKG package detail information structure.
  */
 typedef struct package_detail_info {
@@ -64,7 +64,7 @@
 }PACKAGE_DETAIL_INFO;
 
 
-/**
+/*
  * @brief IPKG package query status.
  */
 enum pkg_query_status
@@ -84,7 +84,7 @@
 
 PACKAGE_DETAIL_INFO *ipkg_get_pkg_detail_info(char *pkg_name, pkg_query_status_t query_status);
 
-int ipkg_install_cmd(char *pkg_name, char *dest_name, char **pkg_real_name);
+int ipkg_install_cmd(char *pkg_name, char *dest_name, char *pkg_real_name);
 int ipkg_remove_cmd(char *pkg_name);
 int ipkg_search_cmd(char *pkg_name, PKG_LIST_HEAD *pkg_list_head);
 

Modified: trunk/src/target/OM-2007/applications/openmoko-appmanager/src/navigation-area.c
===================================================================
--- trunk/src/target/OM-2007/applications/openmoko-appmanager/src/navigation-area.c	2007-03-20 02:38:33 UTC (rev 1420)
+++ trunk/src/target/OM-2007/applications/openmoko-appmanager/src/navigation-area.c	2007-03-20 03:50:56 UTC (rev 1421)
@@ -1,4 +1,4 @@
-/**
+/*
  *  @file navigation-area.c
  *  @brief The navigation area in the main window
  *
@@ -27,7 +27,7 @@
 #include "package-list.h"
 #include "select-menu.h"
 
-/**
+/*
  * @brief The callback function of the signal "cursor-changed"
  */
 void 
@@ -49,7 +49,7 @@
     }
 }
 
-/**
+/*
  * @brief The callback function of the signal "unselect-all"
  */
 gboolean 
@@ -61,7 +61,7 @@
   return FALSE;
 }
 
-/**
+/*
  * @brief The callback function of the signal "button_press_event"
  */
 gboolean 
@@ -136,7 +136,7 @@
 }
 
 
-/**
+/*
  * @brief Create all widgets in the navigation area for the application manager data.
  *
  * @param appdata The application manager data
@@ -232,7 +232,7 @@
   return scrollwindow;
 }
 
-/**
+/*
  * @brief Insert test data
  */
 gint 
@@ -305,7 +305,7 @@
   return OP_SUCCESS;
 }
 
-/**
+/*
  * @brief Get the name that the roll was selected from the treeview
  * @param treeview The treeview
  * @return The package name. 
@@ -332,7 +332,7 @@
   return NULL;
 }
 
-/**
+/*
  * @brief Refresh the navigation area with the package list
  * @param appdata The application manager data
  * @param pkglist The pachage list
@@ -367,7 +367,7 @@
   g_object_unref (model);
 }
 
-/**
+/*
  * @brief Rebuild the navigation list from the latest package list
  * @param appdata The application manager data
  */
@@ -384,7 +384,7 @@
   navigation_area_refresh_with_package_list (appdata, pkglist);
 }
 
-/**
+/*
  * @brief Rebuild the navigagion list from the search result of the latest
  * package list
  * @param appdata The application manager data
@@ -422,7 +422,7 @@
   g_object_unref (model);
 }
 
-/**
+/*
  * @brief Increase search for the package list
  * @param appdata The application manager data
  * @param str The search string

Modified: trunk/src/target/OM-2007/applications/openmoko-appmanager/src/navigation-area.h
===================================================================
--- trunk/src/target/OM-2007/applications/openmoko-appmanager/src/navigation-area.h	2007-03-20 02:38:33 UTC (rev 1420)
+++ trunk/src/target/OM-2007/applications/openmoko-appmanager/src/navigation-area.h	2007-03-20 03:50:56 UTC (rev 1421)
@@ -1,4 +1,4 @@
-/**
+/*
  *  @file navigation-area.h
  *  @brief The navigation area in the main window
  *

Modified: trunk/src/target/OM-2007/applications/openmoko-appmanager/src/package-list.c
===================================================================
--- trunk/src/target/OM-2007/applications/openmoko-appmanager/src/package-list.c	2007-03-20 02:38:33 UTC (rev 1420)
+++ trunk/src/target/OM-2007/applications/openmoko-appmanager/src/package-list.c	2007-03-20 03:50:56 UTC (rev 1421)
@@ -1,4 +1,4 @@
-/**
+/*
  *  @file package-list.c
  *  @brief The package list that get from the lib ipkg
  *
@@ -27,7 +27,7 @@
 #include "navigation-area.h"
 #include "install-dialog.h"
 
-/**
+/*
  * @brief The structor of Package list node
  */
 typedef struct package_list {
@@ -36,7 +36,7 @@
   struct package_list *next;       /* The next node of package list */
 } PackageList;
 
-/**
+/*
  * @brief Section list structure.
  */
 typedef struct section_list {
@@ -48,7 +48,7 @@
 
 static gint package_list_insert_node_without_check (PackageList *pkglist, IPK_PACKAGE *pkg);
 
-/**
+/*
  * @brief Version compare
  *
  * This function is copy from ipkg.(pkg.c)
@@ -82,8 +82,8 @@
         }
       val= vp;
       ref= rp;
-      vl=0;  if (isdigit(*vp)) vl= strtol(val,(char**)&val,10);
-      rl=0;  if (isdigit(*rp)) rl= strtol(ref,(char**)&ref,10);
+      vl=0;  if (isdigit(*vp)) vl= strtol(val,(char*)&val,10);
+      rl=0;  if (isdigit(*rp)) rl= strtol(ref,(char*)&ref,10);
       if (vl != rl) return vl - rl;
 
       vc = *val;
@@ -99,7 +99,7 @@
     }
 }
 
-/**
+/*
  * @brief Get the list of all packages from lib ipkg
  * @param appdata The application manager data
  * @return If success, return OP_SUCCESS, else return error code
@@ -143,7 +143,7 @@
   return OP_SUCCESS;
 }
 
-/**
+/*
  * @brief Reinit the package list. Only get the packages from the lib ipkg.
  * @param appdata The application manager data
  * @return If success, return OP_SUCCESS, else return error code
@@ -178,7 +178,7 @@
   return OP_SUCCESS;
 }
 
-/**
+/*
  * @brief Create a new node of section list.
  *
  * If the param name is NULL, return NULL;
@@ -217,7 +217,7 @@
   return sect;
 }
 
-/**
+/*
  * @brief Search section node.
  *
  * Search the section node for a package. If the section of package isn't
@@ -232,7 +232,7 @@
  */
 static gint 
 package_list_search_section_node (const char *name, 
-                                  SectionList **section, 
+                                  SectionList *section, 
                                   SectionList *sechead)
 {
   SectionList  *tmp;
@@ -285,7 +285,7 @@
   return OP_SUCCESS;
 }
 
-/**
+/*
  * @brief Free the package list
  * @param pkglist The package list
  */
@@ -306,7 +306,7 @@
   pkglist->pre = pkglist;
 }
 
-/**
+/*
  * @brief Free the section list
  * @param seclist The section list
  */
@@ -328,7 +328,7 @@
   g_free (seclist);
 }
 
-/**
+/*
  * @brief Clear the old index
  */
 static void 
@@ -397,7 +397,7 @@
   application_manager_data_set_current_list (appdata, NULL);
 }
 
-/**
+/*
  * @brief Inist the SectionList struct
  */
 static void 
@@ -410,7 +410,7 @@
   sec->head.next = &(sec->head);
 }
 
-/**
+/*
  * @brief Init the PackageList struct
  */
 static void 
@@ -421,7 +421,7 @@
   pkg->next = pkg;
 }
 
-/**
+/*
  * @brief Check the packages, if the installed package is upgradeable,
  * put them to the "upgrade" package list.
  *
@@ -476,7 +476,7 @@
   return ret;
 }
 
-/**
+/*
  * @brief Insert a package node to the package list without check whether 
  * the package is upgradeable
  *
@@ -539,7 +539,7 @@
   return OP_SUCCESS;
 }
 
-/**
+/*
  * @brief Insert a package node to the package list.
  *
  * @param pkglist The package list
@@ -607,7 +607,7 @@
   return OP_SUCCESS;
 }
 
-/**
+/*
  * @brief Build a detailed index for the packages list in the application
  * manager data
  * @param appdata The application manager data
@@ -757,7 +757,7 @@
   return OP_SUCCESS;
 }
 
-/**
+/*
  * @brief Add the sections to the filter menu
  *
  * @param appdata The application manager data
@@ -804,7 +804,7 @@
     }
 }
 
-/**
+/*
  * @brief Insert node to store
  */
 static void 
@@ -828,7 +828,7 @@
 
 }
 
-/**
+/*
  * @brief Put the nodes in the package list to the GtkListStore
  *
  * @param appdata The application manager data
@@ -851,7 +851,7 @@
     }
 }
 
-/**
+/*
  * @brief Get the package list which section name equals the "name"
  * from the dynamic section list
  * @param appdata The application manager data
@@ -885,7 +885,7 @@
   return NULL;
 }
 
-/**
+/*
  * @brief Get the select status from package infomation.
  * @param data The package infomation
  * @return The select status
@@ -901,7 +901,7 @@
   return tmp->mark;
 }
 
-/**
+/*
  * @brief Set the select status to package infomation
  * @param data The package infomation
  * @param status The new select status
@@ -918,7 +918,7 @@
   tmp->mark = status;
 }
 
-/**
+/*
  * @brief Remove a package node from the selected package list
  * @brief appdata The application manager data
  * @param pkg The package infomation
@@ -947,7 +947,7 @@
     }
 }
 
-/**
+/*
  * @brief Add a new package node to the selected package list
  * @param appdata The application manager data
  * @param pkg The package infomation
@@ -964,7 +964,7 @@
   package_list_insert_node_without_check (selectedlist, (IPK_PACKAGE *)pkg);
 }
 
-/**
+/*
  * @brief Get the package version from package node
  *
  * @param pkg The package infomation
@@ -983,7 +983,7 @@
   return package->version;
 }
 
-/**
+/*
  * @brief Get the package name from package node
  *
  * @param pkg The package infomation
@@ -1002,7 +1002,7 @@
   return package->name;
 }
 
-/**
+/*
  * @brief Get the package depends from package node
  *
  * @param pkg The package infomation
@@ -1021,7 +1021,7 @@
   return package->depends;
 }
 
-/**
+/*
  * @brief Get the package description from package node
  *
  * @param pkg The package infomation
@@ -1040,7 +1040,7 @@
   return package->description;
 }
 
-/**
+/*
  * @brief Get the package maintainer from package node
  *
  * @param pkg The package infomation
@@ -1059,7 +1059,7 @@
   return package->maintainer;
 }
 
-/**
+/*
  * @brief Put the nodes in the package list to the GtkListStore
  *
  * @param appdata The application manager data
@@ -1085,7 +1085,7 @@
     }
 }
 
-/**
+/*
  * @brief Check the status of the marked list
  *
  * Takecare, the return value of this function is reversed. 
@@ -1115,7 +1115,7 @@
   return FALSE;
 }
 
-/**
+/*
  * @brief Fill the GtkTreeStore with the selected package
  * @param treestore The tree store
  * @param selectedlist The selected package list
@@ -1204,7 +1204,7 @@
     }
 }
 
-/**
+/*
  * @brief Mark all upgradeable package for upgrade
  * @param appdata The application manager data
  */
@@ -1244,7 +1244,7 @@
     } /* end while */
 }
 
-/**
+/*
  * @brief Install/upgrade/remove pacakges that belong to the selected list
  * @param data The application manager data
  */
@@ -1442,7 +1442,7 @@
   return NULL;
 }
 
-/**
+/*
  * @brief Free all dynamic data
  * @param appdata The application manager data
  */
@@ -1464,7 +1464,7 @@
   package_list_clear_old_index (appdata);
 }
 
-/**
+/*
  * @brief Get the number of packages in the selected list
  * @param appdata The application manager data
  */

Modified: trunk/src/target/OM-2007/applications/openmoko-appmanager/src/package-list.h
===================================================================
--- trunk/src/target/OM-2007/applications/openmoko-appmanager/src/package-list.h	2007-03-20 02:38:33 UTC (rev 1420)
+++ trunk/src/target/OM-2007/applications/openmoko-appmanager/src/package-list.h	2007-03-20 03:50:56 UTC (rev 1421)
@@ -1,4 +1,4 @@
-/**
+/*
  *  @file package-list.h
  *  @brief The package list that get from the lib ipkg
  *

Modified: trunk/src/target/OM-2007/applications/openmoko-appmanager/src/pixbuf-list.c
===================================================================
--- trunk/src/target/OM-2007/applications/openmoko-appmanager/src/pixbuf-list.c	2007-03-20 02:38:33 UTC (rev 1420)
+++ trunk/src/target/OM-2007/applications/openmoko-appmanager/src/pixbuf-list.c	2007-03-20 03:50:56 UTC (rev 1421)
@@ -1,4 +1,4 @@
-/**
+/*
  *  @file pixbuf-list.c
  *  @brief The package list that get from the lib ipkg
  *
@@ -20,7 +20,7 @@
 
 #include "pixbuf-list.h"
 
-/**
+/*
  * @brief Create a pixbuf by the filename from the PKGDATADIR
  * @param filename The filename of the pixbuf file
  * @return The GdkPixbuf. If can not find the file, it will return NULL.

Modified: trunk/src/target/OM-2007/applications/openmoko-appmanager/src/pixbuf-list.h
===================================================================
--- trunk/src/target/OM-2007/applications/openmoko-appmanager/src/pixbuf-list.h	2007-03-20 02:38:33 UTC (rev 1420)
+++ trunk/src/target/OM-2007/applications/openmoko-appmanager/src/pixbuf-list.h	2007-03-20 03:50:56 UTC (rev 1421)
@@ -1,4 +1,4 @@
-/**
+/*
  *  @file pixbuf-list.h
  *  @brief The package list that get from the lib ipkg
  *
@@ -22,7 +22,7 @@
 
 #include <gtk/gtk.h>
 
-/**
+/*
  * @brief The package status id
  *
  * The id is used to find the related pixbuf from pixbuf list.

Modified: trunk/src/target/OM-2007/applications/openmoko-appmanager/src/select-menu.c
===================================================================
--- trunk/src/target/OM-2007/applications/openmoko-appmanager/src/select-menu.c	2007-03-20 02:38:33 UTC (rev 1420)
+++ trunk/src/target/OM-2007/applications/openmoko-appmanager/src/select-menu.c	2007-03-20 03:50:56 UTC (rev 1421)
@@ -1,4 +1,4 @@
-/**
+/*
  *  @file select-menu.c
  *  @brief The select menu that popuo in the treeview
  *
@@ -39,7 +39,7 @@
   GtkWidget   *markremove;
 } MokoSelectMenuPriv;
 
-/**
+/*
  * @brief The callback function of the ummark menuitem
  */
 void 
@@ -101,7 +101,7 @@
   package_list_remove_package_from_selected_list (appdata, pkg);
 }
 
-/**
+/*
  * @brief The callback function of the mark install menuitem
  */
 void 
@@ -154,7 +154,7 @@
                       -1);
 }
 
-/**
+/*
  * @brief The callback function of the mark upgrade menuitem
  */
 void 
@@ -209,7 +209,7 @@
                       -1);
 }
 
-/**
+/*
  * @brief The callback function of the mark remove menuitem
  */
 void 
@@ -279,7 +279,7 @@
   g_debug ("New a moko select menu");
 }
 
-/**
+/*
  * @brief Create a new select menu
  * @param appdata The application manager data
  * @return The MokoSelectMenu
@@ -317,7 +317,7 @@
   return self;
 }
 
-/**
+/*
  * @brief Popup the select menu
  * @param menu The select menu
  * @param appdata The application manager data

Modified: trunk/src/target/OM-2007/applications/openmoko-appmanager/src/select-menu.h
===================================================================
--- trunk/src/target/OM-2007/applications/openmoko-appmanager/src/select-menu.h	2007-03-20 02:38:33 UTC (rev 1420)
+++ trunk/src/target/OM-2007/applications/openmoko-appmanager/src/select-menu.h	2007-03-20 03:50:56 UTC (rev 1421)
@@ -1,4 +1,4 @@
-/**
+/*
  *  @file select-menu.h
  *  @brief The select menu that popuo in the treeview
  *

Modified: trunk/src/target/OM-2007/applications/openmoko-appmanager/src/tool-box.c
===================================================================
--- trunk/src/target/OM-2007/applications/openmoko-appmanager/src/tool-box.c	2007-03-20 02:38:33 UTC (rev 1420)
+++ trunk/src/target/OM-2007/applications/openmoko-appmanager/src/tool-box.c	2007-03-20 03:50:56 UTC (rev 1421)
@@ -1,4 +1,4 @@
-/**
+/*
  *  @file tool-box.c
  *  @brief The tool box in the main window
  *
@@ -27,7 +27,7 @@
 #include "install-dialog.h"
 #include "filter-menu.h"
 
-/**
+/*
  * @brief The callback function of the button "upgrade"
  */
 void 
@@ -50,7 +50,7 @@
   g_debug ("destroy a dialog");
 }
 
-/**
+/*
  * @brief The callback function of the button "Apply"
  */
 void 
@@ -105,7 +105,7 @@
   gtk_widget_destroy (dialog);
 }
 
-/**
+/*
  * @brief The callback function of the search entry
  */
 void 
@@ -158,7 +158,7 @@
   strncpy (searchhistory, searchstr, MAX_SEARCH_ENTRY_TEXT_LENGTH);
 }
 
-/**
+/*
  * @brief Create a new tool box for the application manager data
  * @param appdata The application manager data
  * @return The toplevel widget of the tool box

Modified: trunk/src/target/OM-2007/applications/openmoko-appmanager/src/tool-box.h
===================================================================
--- trunk/src/target/OM-2007/applications/openmoko-appmanager/src/tool-box.h	2007-03-20 02:38:33 UTC (rev 1420)
+++ trunk/src/target/OM-2007/applications/openmoko-appmanager/src/tool-box.h	2007-03-20 03:50:56 UTC (rev 1421)
@@ -1,4 +1,4 @@
-/**
+/*
  *  @file tool-box.h
  *  @brief The tool box in the main window
  *





More information about the commitlog mailing list