@ -74,7 +74,7 @@ typedef struct ProcessList_ {
ProcessList * ProcessList_new ( UsersTable * ut , Hashtable * pidMatchList , uid_t userId ) ;
ProcessList * ProcessList_new ( UsersTable * ut , Hashtable * pidMatchList , uid_t userId ) ;
void ProcessList_delete ( ProcessList * pl ) ;
void ProcessList_delete ( ProcessList * pl ) ;
void ProcessList_goThroughEntries ( ProcessList * pl ) ;
void ProcessList_goThroughEntries ( ProcessList * pl , bool pauseProcessUpdate ) ;
ProcessList * ProcessList_init ( ProcessList * this , const ObjectClass * klass , UsersTable * usersTable , Hashtable * pidMatchList , uid_t userId ) ;
ProcessList * ProcessList_init ( ProcessList * this , const ObjectClass * klass , UsersTable * usersTable , Hashtable * pidMatchList , uid_t userId ) ;
@ -103,6 +103,6 @@ void ProcessList_rebuildPanel(ProcessList* this);
Process * ProcessList_getProcess ( ProcessList * this , pid_t pid , bool * preExisting , Process_New constructor ) ;
Process * ProcessList_getProcess ( ProcessList * this , pid_t pid , bool * preExisting , Process_New constructor ) ;
void ProcessList_scan ( ProcessList * this ) ;
void ProcessList_scan ( ProcessList * this , bool pauseProcessUpdate ) ;
# endif
# endif