mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/virt-viewer
synced 2025-12-27 14:54:14 +00:00
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:
parent
9e2e894673
commit
b3017371ce
@ -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,
|
||||
|
||||
@ -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)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user