~ubuntu-branches/ubuntu/precise/evolution/precise

« back to all changes in this revision

Viewing changes to e-util/e-config.h

  • Committer: Package Import Robot
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2011-09-08 09:38:57 UTC
  • mfrom: (1.1.84 upstream)
  • Revision ID: package-import@ubuntu.com-20110908093857-6lfl04ke2ns3kx2o
Tags: 3.1.91-0ubuntu1
* New upstream release. (LP: #843769)
* debian/control: bump e-d-s Build-Depends to 3.1.91. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
                                                 gpointer data);
79
79
 
80
80
/* ok so this is all a bit bogussy
81
 
   we need to map to glade stuff instead */
 
81
 * we need to map to glade stuff instead */
82
82
 
83
83
/* Add types?
84
 
   if no factory, setup appropriate container ?
85
 
   if factory, then assume that returns the right sort of object?
86
 
   what about pages ?
 
84
 * if no factory, setup appropriate container ?
 
85
 * if factory, then assume that returns the right sort of object?
 
86
 * what about pages ?
87
87
*/
88
88
 
89
89
/**
318
318
/* config plugin target, they are closely integrated */
319
319
 
320
320
/* To implement a basic config plugin, you just need to subclass
321
 
   this and initialise the class target type tables */
 
321
 * this and initialise the class target type tables */
322
322
 
323
323
#include "e-util/e-plugin.h"
324
324