~ken-vandine/libindicate/with_mono_and_python_bindings-packaging

« back to all changes in this revision

Viewing changes to libindicate/listener-private.h

  • Committer: Ken VanDine
  • Date: 2009-09-10 14:39:40 UTC
  • mfrom: (223.2.6 ubuntu)
  • Revision ID: ken.vandine@canonical.com-20090910143940-wjoeay60p7mfhhca
* New upstream release (LP: #427364)
  - Big change is renaming some signal names. :(
  - Bug fixes in getting properties.
  - Removing looking at the type on indicator lists.
  - Fixing the count callback.
* debian/control:
  - Increasing library versions to libindicate3
    and libindicate-gtk1.  Moving .install files as well.
* libindicate-dev and libindicate-gtk-dev.install change to
  /usr/include/libindicate-0.2 from 0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
        DBusGProxy * proxy;
36
36
        DBusGConnection * connection;
37
37
        gboolean interests[INDICATE_INTEREST_LAST];
 
38
        gint max_indicators;
38
39
};
39
40
 
40
41
struct _IndicateListenerIndicator {
55
56
 
56
57
        GArray * proxy_todo;
57
58
        guint todo_idle;
 
59
 
 
60
        gint max_indicators;
58
61
};
59
62
 
60
63
#define INDICATE_LISTENER_GET_PRIVATE(o) \