~ubuntu-branches/debian/stretch/libgusb/stretch

« back to all changes in this revision

Viewing changes to gusb/gusb-context-private.h

  • Committer: Package Import Robot
  • Author(s): Michal Čihař
  • Date: 2015-03-16 08:43:22 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20150316084322-i7hnfx9wpstcyc9e
Tags: 0.2.4-1
* New upstream release.
* Raised glib dependency to 2.38.
* New exported symbols.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 
31
31
libusb_context  *_g_usb_context_get_context     (GUsbContext    *context);
32
32
 
 
33
const gchar     *_g_usb_context_lookup_vendor   (GUsbContext    *context,
 
34
                                                 guint16         vid,
 
35
                                                 GError         **error);
 
36
const gchar     *_g_usb_context_lookup_product  (GUsbContext    *context,
 
37
                                                 guint16         vid,
 
38
                                                 guint16         pid,
 
39
                                                 GError         **error);
 
40
 
33
41
G_END_DECLS
34
42
 
35
43
#endif /* __GUSB_CONTEXT_PRIVATE_H__ */