~ubuntu-branches/ubuntu/quantal/libbonobo/quantal-201207170711

« back to all changes in this revision

Viewing changes to bonobo/bonobo-persist.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2005-02-18 14:40:51 UTC
  • mto: (3.1.1 etch) (1.1.25 upstream)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20050218144051-fo4h9qh2gim8x3wt
Tags: upstream-2.8.1
ImportĀ upstreamĀ versionĀ 2.8.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
        {
69
69
                g_free (persist->priv->iid);
70
70
                g_free (persist->priv);
71
 
                persist->priv = 0;
 
71
                persist->priv = NULL;
72
72
        }
73
73
        
74
74
        bonobo_persist_parent_class->finalize (object);
100
100
BONOBO_TYPE_FUNC_FULL (BonoboPersist, 
101
101
                       Bonobo_Persist,
102
102
                       PARENT_TYPE,
103
 
                       bonobo_persist);
 
103
                       bonobo_persist)
104
104
 
105
105
/**
106
106
 * bonobo_persist_generate_content_types:
142
142
 * method in derived implementations, because a BonoboPersist instance
143
143
 * doesn't make a lot of sense, but the iid private field has to be
144
144
 * set at construction time.
 
145
 *
 
146
 * Returns: the #BonoboPersist.
145
147
 */
146
148
BonoboPersist *
147
149
bonobo_persist_construct (BonoboPersist *persist,