コード例 #1
0
ファイル: ec_gtk.c プロジェクト: ftbe/ettercap
/* wrapper functions which inject the real function call into the main
 * idle loop, ensugin only th emain thread performs GTK operations
*/
static gboolean gtkui_cleanup_shim(gpointer data)
{
   /* variable not used */
   (void) data;

   gtkui_cleanup();
   return FALSE;
}
コード例 #2
0
ファイル: ec_gtk.c プロジェクト: SpiderLabs/ettercap
/* wrapper functions which inject the real function call into the main
 * idle loop, ensugin only th emain thread performs GTK operations
*/
static gboolean gtkui_cleanup_shim(gpointer data)
{
   gtkui_cleanup();
   return FALSE;
}