~unity-team/unity-lens-sample/trunk

« back to all changes in this revision

Viewing changes to src/daemon.vala

  • Committer: Mikkel Kamstrup Erlandsen
  • Date: 2011-03-02 10:33:38 UTC
  • Revision ID: mikkel.kamstrup@gmail.com-20110302103338-cm5huj6oo8k1trxi
Fix some search/replace errors in the docstrings

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
  /**
19
19
   * The Daemon class implements all of the logic for the place.
20
 
   * It implements the Unity.PlaceActivation interface in order to
 
20
   * It implements the Unity.Activation interface in order to
21
21
   * do custom activation of the URI and Mime patterns defined in the
22
22
   * .place file.
23
23
   *
47
47
      var global_results_model = new Dee.SharedModel(BUS_NAME + ".GlobalResultsModel");
48
48
      global_results_model.set_schema ("s", "s", "u", "s", "s", "s");
49
49
      
50
 
      /* Create an EntryInfo. The properties of the EntryInfo is automatically
51
 
       * mapped back and forth over the bus, and removes most DBusisms from
52
 
       * the place daemon code.
 
50
      /* Create a PlaceEntryInfo. The properties of the PlaceEntryInfo is
 
51
       * automatically mapped back and forth over the bus, and removes most
 
52
       * DBusisms from the place daemon code.
53
53
       *
54
 
       * Object path of the EntryInfo must match the one defined in the
 
54
       * Object path of the PlaceEntryInfo must match the one defined in the
55
55
       * the place entry in the place .place file
56
56
       */
57
57
      place_entry = new PlaceEntryInfo ("/com/canonical/unity/sampleplace/stuff");
200
200
     * defined in the .place file.
201
201
     *
202
202
     * This method should return a member of the enumeration
203
 
     * Unity.PlaceActivationStatus:
 
203
     * Unity.ActivationStatus:
204
204
     *
205
205
     * - ActivationStatus.ACTIVATED_HIDE_DASH
206
206
     * - ActivationStatus.ACTIVATED_SHOW_DASH