11 #ifndef SERVICES_PRIVATE__H    12 #  define SERVICES_PRIVATE__H    18 #  include <dbus/dbus.h>    42     DBusPendingCall* pending;
    98 void services_set_op_pending(
svc_action_t *op, DBusPendingCall *pending);
 
void(* callback)(svc_action_t *op)
 
G_GNUC_INTERNAL GList * services_os_get_single_directory_list(const char *root, gboolean files, gboolean executable)
 
G_GNUC_INTERNAL int services__configuration_error(svc_action_t *op, bool is_fatal)
 
mainloop_io_t * stderr_gsource
 
G_GNUC_INTERNAL GList * services_os_get_directory_list(const char *root, gboolean files, gboolean executable)
 
struct mainloop_io_s mainloop_io_t
 
G_GNUC_INTERNAL int services__generic_error(svc_action_t *op)
 
G_GNUC_INTERNAL gboolean cancel_recurring_action(svc_action_t *op)
 
G_GNUC_INTERNAL void services__handle_exec_error(svc_action_t *op, int error)
 
G_GNUC_INTERNAL int services__authorization_error(svc_action_t *op)
 
G_GNUC_INTERNAL int services__finalize_async_op(svc_action_t *op)
 
Object for executing external actions. 
 
G_GNUC_INTERNAL gboolean recurring_action_timer(gpointer data)
 
G_GNUC_INTERNAL void services__set_cancelled(svc_action_t *action)
 
G_GNUC_INTERNAL int services__not_installed_error(svc_action_t *op)
 
G_GNUC_INTERNAL int services__execute_file(svc_action_t *op)
 
G_GNUC_INTERNAL gboolean is_op_blocked(const char *rsc)
 
mainloop_io_t * stdout_gsource
 
G_GNUC_INTERNAL void services_add_inflight_op(svc_action_t *op)
 
G_GNUC_INTERNAL void services_untrack_op(svc_action_t *op)
 
G_GNUC_INTERNAL const char * services__action_kind(svc_action_t *action)
 
void(* fork_callback)(svc_action_t *op)