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

« back to all changes in this revision

Viewing changes to nih/tree.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:
344
344
 
345
345
void          nih_tree_init           (NihTree *tree);
346
346
NihTree *     nih_tree_new            (const void *parent)
347
 
        __attribute__ ((warn_unused_result, malloc));
 
347
        __attribute__ ((warn_unused_result));
348
348
NihTreeEntry *nih_tree_entry_new      (const void *parent)
349
 
        __attribute__ ((warn_unused_result, malloc));
 
349
        __attribute__ ((warn_unused_result));
350
350
 
351
351
NihTree *     nih_tree_add            (NihTree *tree, NihTree *node,
352
352
                                       NihTreeWhere where);