[Spice-devel] [PATCH spice-gtk 1/3] usb: Move various helper functions into usbutil.[c, h]
Marc-André Lureau
marcandre.lureau at gmail.com
Sun Feb 12 13:42:46 PST 2012
On Thu, Feb 9, 2012 at 2:30 PM, Hans de Goede <hdegoede at redhat.com> wrote:
> +const char *spice_usbutil_libusb_strerror(enum libusb_error error_code)
> +gchar *spice_usbutil_get_sysfs_attribute(int bus, int address, const char *attribute);
We use G_GNUC_INTERNAL to document functions that aren't exported. It
isn't strictly required, but it avoid jumping into the sym file to
verify if it's public or not.
--
Marc-André Lureau
More information about the Spice-devel
mailing list