Chromium Code Reviews| Index: utils.h |
| diff --git a/utils.h b/utils.h |
| index 74711a84e8bb0723b8b7a4c092acf948e6337626..a17f2415f3a62eb8a05b1a9cfe46cf84760e2991 100644 |
| --- a/utils.h |
| +++ b/utils.h |
| @@ -243,6 +243,9 @@ int ComparePriorities(ProcessPriority priority_lhs, |
| // success, false otherwise. |
| bool SetProcessPriority(ProcessPriority priority); |
| +// Assumes data points to a Closure. Runs it and returns FALSE; |
| +gboolean GlibRunClosure(gpointer data); |
|
petkov
2011/02/14 22:13:50
Why don't you take a Closure* as input then?
adlr
2011/02/16 18:18:22
This is the type that g_idle_add takes for a funct
|
| + |
| } // namespace utils |
| // Class to unmount FS when object goes out of scope |