Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 585596
Collapse All | Expand All

(-)csm-system.c.old (-3 / +3 lines)
Lines 122-128 Link Here
122
csm_system_set_session_idle (CsmSystem *system,
122
csm_system_set_session_idle (CsmSystem *system,
123
                             gboolean   is_idle)
123
                             gboolean   is_idle)
124
{
124
{
125
        CSM_SYSTEM_GET_IFACE (system)->set_session_idle (system, is_idle);
125
        //CSM_SYSTEM_GET_IFACE (system)->set_session_idle (system, is_idle);
126
}
126
}
127
127
128
void
128
void
Lines 130-143 Link Here
130
                          const gchar      *id,
130
                          const gchar      *id,
131
                          CsmInhibitorFlag  flag)
131
                          CsmInhibitorFlag  flag)
132
{
132
{
133
        CSM_SYSTEM_GET_IFACE (system)->add_inhibitor (system, id, flag);
133
        //CSM_SYSTEM_GET_IFACE (system)->add_inhibitor (system, id, flag);
134
}
134
}
135
135
136
void
136
void
137
csm_system_remove_inhibitor (CsmSystem   *system,
137
csm_system_remove_inhibitor (CsmSystem   *system,
138
                             const gchar *id)
138
                             const gchar *id)
139
{
139
{
140
        CSM_SYSTEM_GET_IFACE (system)->remove_inhibitor (system, id);
140
        //CSM_SYSTEM_GET_IFACE (system)->remove_inhibitor (system, id);
141
}
141
}
142
142
143
gboolean
143
gboolean

Return to bug 585596