~ubuntu-branches/ubuntu/quantal/folks/quantal

« back to all changes in this revision

Viewing changes to backends/key-file/kf-persona.c

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-09-12 09:48:10 UTC
  • mfrom: (1.6.2)
  • Revision ID: package-import@ubuntu.com-20120912094810-6zlx8889hcovxj7p
Tags: 0.7.4.1-0ubuntu1
* New upstream bugfix release
* debian/control:
  - Bump build-depends on libglib2.0-dev, valac-0.18, libvala-0.18-dev
* debian/libfolks-eds25.symbols:
* debian/libfolks25.symbols:
  - Updated

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* kf-persona.c generated by valac 0.17.3, the Vala compiler
 
1
/* kf-persona.c generated by valac 0.17.6.3-6918, the Vala compiler
2
2
 * generated from kf-persona.vala, do not modify */
3
3
 
4
4
/*
783
783
                        _data_->_tmp59_ = NULL;
784
784
                        _data_->_tmp59_ = gee_abstract_collection_to_array ((GeeAbstractCollection*) _data_->_tmp57_, &_data_->_tmp58_);
785
785
                        _data_->addrs = (gchar**) _data_->_tmp59_;
786
 
                        _data_->addrs_length1 = _data_->_tmp58_;
 
786
                        _data_->addrs_length1 = (_data_->_tmp58_ * sizeof (gchar*)) / sizeof (gchar*);
787
787
                        _data_->_addrs_size_ = _data_->addrs_length1;
788
788
                        _data_->_tmp60_ = _data_->normalised_addresses;
789
789
                        _data_->_tmp61_ = gee_abstract_collection_get_size ((GeeCollection*) _data_->_tmp60_);
1221
1221
/**
1222
1222
   * Create a new persona.
1223
1223
   *
1224
 
   * Create a new persona for the {@link PersonaStore} `store`, representing
1225
 
   * the Persona given by the group `uid` in the key file `key_file`.
 
1224
   * Create a new persona for the {@link PersonaStore} ``store``, representing
 
1225
   * the Persona given by the group ``uid`` in the key file ``key_file``.
1226
1226
   */
1227
1227
FolksBackendsKfPersona* folks_backends_kf_persona_construct (GType object_type, const gchar* id, FolksPersonaStore* store) {
1228
1228
        FolksBackendsKfPersona * self = NULL;