summaryrefslogtreecommitdiff
path: root/gusb/gusb-source-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'gusb/gusb-source-private.h')
-rw-r--r--gusb/gusb-source-private.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/gusb/gusb-source-private.h b/gusb/gusb-source-private.h
new file mode 100644
index 0000000..61f5be0
--- /dev/null
+++ b/gusb/gusb-source-private.h
@@ -0,0 +1,20 @@
+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-
+ *
+ * Copyright (C) 2010 Richard Hughes <richard@hughsie.com>
+ * Copyright (C) 2011 Debarshi Ray <debarshir@src.gnome.org>
+ *
+ * SPDX-License-Identifier: LGPL-2.1+
+ */
+
+#pragma once
+
+#include <glib.h>
+
+G_BEGIN_DECLS
+
+GUsbSource *
+_g_usb_source_new(GMainContext *main_ctx, GUsbContext *context);
+void
+_g_usb_source_destroy(GUsbSource *source);
+
+G_END_DECLS