~ubuntu-branches/ubuntu/karmic/gtwitter/karmic

« back to all changes in this revision

Viewing changes to gtwitter/libsexy/UrlActivatedHandler.cs

  • Committer: Bazaar Package Importer
  • Author(s): Michael Janssen
  • Date: 2007-08-09 17:14:13 UTC
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20070809171413-28ppa0f2oxmr6qyt
Tags: upstream-1.0~beta
ImportĀ upstreamĀ versionĀ 1.0~beta

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// This file was generated by the Gtk# code generator.
 
2
// Any changes made will be lost if regenerated.
 
3
 
 
4
namespace Sexy {
 
5
 
 
6
        using System;
 
7
 
 
8
        public delegate void UrlActivatedHandler(object o, UrlActivatedArgs args);
 
9
 
 
10
        public class UrlActivatedArgs : GLib.SignalArgs {
 
11
                public string Url{
 
12
                        get {
 
13
                                return (string) Args[0];
 
14
                        }
 
15
                }
 
16
 
 
17
        }
 
18
}