~ubuntu-branches/ubuntu/raring/libnih/raring

« back to all changes in this revision

Viewing changes to nih-dbus/dbus_object.h

  • Committer: James Hunt
  • Date: 2013-03-14 10:27:34 UTC
  • mfrom: (1027.1.34 upstart-devel-libnih)
  • Revision ID: james.hunt@ubuntu.com-20130314102734-blit21ei3v9n0u2o
Tags: 1.0.3-4ubuntu16
Merge of important fixes from lp:~upstart-devel/libnih/nih
(LP: #776532, LP: #777097, LP: #834813, LP: #1123588).

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
                                    DBusConnection *connection,
62
62
                                    const char *path,
63
63
                                    const NihDBusInterface **interfaces,
64
 
                                    void *data)
65
 
        __attribute__ ((malloc));
 
64
                                    void *data);
66
65
 
67
66
NIH_END_EXTERN
68
67