summaryrefslogtreecommitdiff
path: root/modules/printbackends/gtkprintbackendfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/printbackends/gtkprintbackendfile.c')
-rw-r--r--modules/printbackends/gtkprintbackendfile.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/printbackends/gtkprintbackendfile.c b/modules/printbackends/gtkprintbackendfile.c
index 0275492f65..739313064b 100644
--- a/modules/printbackends/gtkprintbackendfile.c
+++ b/modules/printbackends/gtkprintbackendfile.c
@@ -103,6 +103,7 @@ static GtkPageSetup * file_printer_get_default_page_size (GtkPrinter
G_DEFINE_DYNAMIC_TYPE(GtkPrintBackendFile, gtk_print_backend_file, GTK_TYPE_PRINT_BACKEND)
+G_MODULE_EXPORT
void
g_io_module_load (GIOModule *module)
{
@@ -116,11 +117,13 @@ g_io_module_load (GIOModule *module)
10);
}
+G_MODULE_EXPORT
void
g_io_module_unload (GIOModule *module)
{
}
+G_MODULE_EXPORT
char **
g_io_module_query (void)
{