~ubuntu-branches/ubuntu/natty/folks/natty

« back to all changes in this revision

Viewing changes to backends/key-file/kf-backend-factory.c

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine
  • Date: 2011-03-18 16:49:27 UTC
  • mfrom: (1.2.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20110318164927-ho97ckhsq73glhm4
Tags: 0.4.1-0ubuntu1
* New upstream release
  - Fixed crasher when reconnecting a Telepathy account

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* kf-backend-factory.c generated by valac 0.11.6, the Vala compiler
 
1
/* kf-backend-factory.c generated by valac 0.11.7, the Vala compiler
2
2
 * generated from kf-backend-factory.vala, do not modify */
3
3
 
4
4
/*
85
85
 */
86
86
void module_init (FolksBackendStore* backend_store) {
87
87
        FolksBackendsKfBackendFactory* _tmp0_ = NULL;
88
 
        FolksBackendsKfBackendFactory* _tmp1_;
89
88
        g_return_if_fail (backend_store != NULL);
90
89
        _tmp0_ = folks_backends_kf_backend_factory_new (backend_store);
91
 
        _tmp1_ = _tmp0_;
92
90
        _g_object_unref0 (_backend_factory);
93
 
        _backend_factory = _tmp1_;
 
91
        _backend_factory = _tmp0_;
94
92
}
95
93
 
96
94
 
98
96
 * The backend module exit point.
99
97
 */
100
98
void module_finalize (FolksBackendStore* backend_store) {
101
 
        FolksBackendsKfBackendFactory* _tmp0_;
102
99
        g_return_if_fail (backend_store != NULL);
103
 
        _tmp0_ = NULL;
104
100
        _g_object_unref0 (_backend_factory);
105
 
        _backend_factory = _tmp0_;
 
101
        _backend_factory = NULL;
106
102
}
107
103
 
108
104