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

« back to all changes in this revision

Viewing changes to attrib/gattrib.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:
63
63
                GAttribNotifyFunc func, gpointer user_data,
64
64
                                        GDestroyNotify notify);
65
65
 
 
66
gboolean g_attrib_is_encrypted(GAttrib *attrib);
 
67
 
66
68
gboolean g_attrib_unregister(GAttrib *attrib, guint id);
67
69
gboolean g_attrib_unregister_all(GAttrib *attrib);
68
70