mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
Return error when the counter can't be opened.
This commit is contained in:
@ -47,3 +47,9 @@ typedef void (* VisibleCallback) (GtkTreeView *view,
|
||||
void tree_view_foreach_visible (GtkTreeView *view,
|
||||
VisibleCallback callback,
|
||||
gpointer data);
|
||||
|
||||
|
||||
|
||||
void
|
||||
set_error_va (GError **err, gint domain, gint code,
|
||||
const char *format, va_list args);
|
||||
|
||||
Reference in New Issue
Block a user