X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=main.c;fp=main.c;h=b4a3607a54f70e90e8b97e9ab73b9e637741304e;hb=432ef642869fbbac2d6f6d111d80137cc5e7b119;hp=04251280a64a88db222d71530a4c826d56656538;hpb=13a89a846b79145209ac68fcc6295156699e55ea;p=ovirt-viewer.git diff --git a/main.c b/main.c index 0425128..b4a3607 100644 --- a/main.c +++ b/main.c @@ -550,3 +550,13 @@ main_status_error (gpointer _str) return FALSE; } + +/* The WUI thread has updated the vm list. */ +gboolean +main_vmlist_updated (gpointer data) +{ + DEBUG ("vmlist updated"); + ASSERT_IS_MAIN_THREAD (); + + return FALSE; +}