Add missing G_MODULE_EXPORT to signal handler

Fixes the Windows case where the dialog fails to show with the following
message:

warning: "Could not find signal handler 'virt_viewer_window_menu_change_cd_activate'"

Signed-off-by: Eduardo Lima (Etrunko) <etrunko@redhat.com>
This commit is contained in:
Eduardo Lima (Etrunko) 2019-01-18 12:55:32 -02:00
parent 9e2e894673
commit b3017371ce
2 changed files with 3 additions and 3 deletions

View File

@ -216,7 +216,7 @@ remote_viewer_iso_list_dialog_response(GtkDialog *dialog,
remote_viewer_iso_list_dialog_refresh_iso_list(self);
}
void
G_MODULE_EXPORT void
remote_viewer_iso_list_dialog_toggled(GtkCellRendererToggle *cell_renderer G_GNUC_UNUSED,
gchar *path,
gpointer user_data)
@ -247,7 +247,7 @@ remote_viewer_iso_list_dialog_toggled(GtkCellRendererToggle *cell_renderer G_GNU
g_free(name);
}
void
G_MODULE_EXPORT void
remote_viewer_iso_list_dialog_row_activated(GtkTreeView *view G_GNUC_UNUSED,
GtkTreePath *path,
GtkTreeViewColumn *col G_GNUC_UNUSED,

View File

@ -1211,7 +1211,7 @@ iso_dialog_response(GtkDialog *dialog,
}
#endif
void
G_MODULE_EXPORT void
virt_viewer_window_menu_change_cd_activate(GtkWidget *menu G_GNUC_UNUSED,
VirtViewerWindow *self G_GNUC_UNUSED)
{