~ubuntu-branches/ubuntu/oneiric/bluez/oneiric-201105191013

« back to all changes in this revision

Viewing changes to src/glib-helper.h

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2010-12-20 16:08:47 UTC
  • mfrom: (1.1.24 upstream)
  • Revision ID: james.westby@ubuntu.com-20101220160847-wc1907sgz6x3vjz7
Tags: 4.82-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
                                        bt_destroy_t destroy);
39
39
 
40
40
gchar *bt_uuid2string(uuid_t *uuid);
41
 
uint16_t bt_name2class(const char *string);
42
41
char *bt_name2string(const char *string);
43
42
int bt_string2uuid(uuid_t *uuid, const char *string);
44
43
gchar *bt_list2string(GSList *list);