~azzar1/unity/fix-trash-li-blocking

« back to all changes in this revision

Viewing changes to plugins/unityshell/src/DebugDBusInterface.h

  • Committer: Daniel van Vugt
  • Date: 2012-03-14 06:24:18 UTC
  • mfrom: (2108 unity)
  • mto: This revision was merged to the branch mainline in revision 2146.
  • Revision ID: daniel.van.vugt@canonical.com-20120314062418-nprucpbr0m7qky5e
MergedĀ latestĀ lp:unity

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#include <gio/gio.h>
21
21
 
22
22
#ifndef _DEBUG_DBUS_INTERFACE_H
23
 
#define _DEBUG_DBUS_INTERFACE_H 1
 
23
#define _DEBUG_DBUS_INTERFACE_H
24
24
 
25
25
class CompScreen;
26
26
 
44
44
  static void OnBusAcquired(GDBusConnection* connection, const gchar* name, gpointer data);
45
45
  static void OnNameAcquired(GDBusConnection* connection, const gchar* name, gpointer data);
46
46
  static void OnNameLost(GDBusConnection* connection, const gchar* name, gpointer data);
47
 
  static void HandleDBusMethodCall(GDBusConnection* connection, 
48
 
                                   const gchar* sender, 
 
47
  static void HandleDBusMethodCall(GDBusConnection* connection,
 
48
                                   const gchar* sender,
49
49
                                   const gchar* object_path,
50
 
                                   const gchar* interface_name, 
51
 
                                   const gchar* method_name, 
 
50
                                   const gchar* interface_name,
 
51
                                   const gchar* method_name,
52
52
                                   GVariant* parameters,
53
 
                                   GDBusMethodInvocation* invocation, 
 
53
                                   GDBusMethodInvocation* invocation,
54
54
                                   gpointer user_data);
55
55
  static const char* DBUS_DEBUG_OBJECT_PATH;
56
56
  static const gchar introspection_xml[];