Merge lp:~mhr3/libunity/expose-renderer-name into lp:libunity

Proposed by Michal Hruby
Status: Merged
Approved by: Paweł Stołowski
Approved revision: 143
Merged at revision: 143
Proposed branch: lp:~mhr3/libunity/expose-renderer-name
Merge into: lp:libunity
Diff against target: 19 lines (+2/-2)
1 file modified
protocol/protocol-previews.vala (+2/-2)
To merge this branch: bzr merge lp:~mhr3/libunity/expose-renderer-name
Reviewer Review Type Date Requested Status
Paweł Stołowski (community) Approve
Review via email: mp+110988@code.launchpad.net

Commit message

Expose Preview renderer name

Description of the change

Exposes the renderer name on Protocol.Preview class.

No tests, trivial change.

To post a comment you must log in.
Revision history for this message
Paweł Stołowski (stolowski) wrote :

Looks good.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'protocol/protocol-previews.vala'
2--- protocol/protocol-previews.vala 2012-06-13 08:21:35 +0000
3+++ protocol/protocol-previews.vala 2012-06-19 09:56:20 +0000
4@@ -140,13 +140,13 @@
5 _info_hints += (owned) info;
6 }
7
8+ public abstract unowned string get_renderer_name ();
9+
10 public unowned InfoHintRaw[] get_info_hints ()
11 {
12 return _info_hints;
13 }
14
15- internal abstract unowned string get_renderer_name ();
16-
17 internal virtual void add_properties (HashTable<string, Variant> properties)
18 {
19 }

Subscribers

People subscribed via source and target branches