~noskcaj/ubuntu/saucy/xfce4-power-manager/1.2.0-2ubuntu1

« back to all changes in this revision

Viewing changes to src/xfpm-manager.h

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2010-12-09 18:28:34 UTC
  • mfrom: (2.3.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20101209182834-efb7dinmf9ssp3es
Tags: 1.0.1-0ubuntu1
Upload to natty (pkg-xfce svn r4665), no Ubuntu changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
 
49
49
GType                     xfpm_manager_get_type        (void) G_GNUC_CONST;
50
50
 
51
 
XfpmManager              *xfpm_manager_new             (DBusGConnection *bus);
 
51
XfpmManager              *xfpm_manager_new             (DBusGConnection *bus,
 
52
                                                        const gchar *client_id);
52
53
 
53
54
void                      xfpm_manager_start           (XfpmManager *manager);
54
55
 
55
56
void                      xfpm_manager_stop            (XfpmManager *manager);
56
57
 
 
58
GHashTable               *xfpm_manager_get_config      (XfpmManager *manager);
 
59
 
57
60
G_END_DECLS
58
61
 
59
62
#endif /* __XFPM_MANAGER_H */