~ubuntu-branches/ubuntu/raring/libdmapsharing/raring

« back to all changes in this revision

Viewing changes to libdmapsharing/dmap-enums.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-05-30 17:50:18 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20110530175018-bbz8iqkeu3e9zaba
Tags: 2.9.12-0ubuntu1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
/* enumerations from "./dmap-mdns-browser.h" */
25
25
GType dmap_mdns_browser_service_type_get_type (void) G_GNUC_CONST;
26
26
#define DMAP_TYPE_DMAP_MDNS_BROWSER_SERVICE_TYPE (dmap_mdns_browser_service_type_get_type())
 
27
GType dmap_mdns_browser_transport_protocol_get_type (void) G_GNUC_CONST;
 
28
#define DMAP_TYPE_DMAP_MDNS_BROWSER_TRANSPORT_PROTOCOL (dmap_mdns_browser_transport_protocol_get_type())
27
29
GType dmap_mdns_browser_error_get_type (void) G_GNUC_CONST;
28
30
#define DMAP_TYPE_DMAP_MDNS_BROWSER_ERROR (dmap_mdns_browser_error_get_type())
29
31