~alexlauni/unity/introspection-search-cleanup

« back to all changes in this revision

Viewing changes to plugins/unityshell/src/Autopilot.cpp

  • Committer: Alex Launi
  • Date: 2011-11-07 19:42:24 UTC
  • Revision ID: alex.launi@canonical.com-20111107194224-a7z9z4pun18be8r8
Move constant strings into DebugDBusInterface class declaration

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
 
43
43
  g_dbus_connection_emit_signal(_dbus,
44
44
                                NULL,
45
 
                                UNITY_DBUS_DEBUG_OBJECT_PATH,
46
 
                                UNITY_DBUS_AP_IFACE_NAME,
47
 
                                UNITY_DBUS_AP_SIG_TESTFINISHED,
 
45
                                DebugDBusInterface::UNITY_DBUS_DEBUG_OBJECT_PATH,
 
46
                                DebugDBusInterface::UNITY_DBUS_AP_IFACE_NAME,
 
47
                                DebugDBusInterface::UNITY_DBUS_AP_SIG_TESTFINISHED,
48
48
                                result,
49
49
                                &error);
50
50