diff options
author | Ted Gould <ted@canonical.com> | 2009-08-04 00:23:05 +0100 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-04 00:23:05 +0100 |
commit | a1fa7baf4cdc6b0a29ba2d04e89691e6f1f02b72 (patch) | |
tree | 564c261e3d8cacb45e7b2fe36be8c7ef6e8a4c58 /examples/listen-and-print.c | |
parent | 064740bd411abe73a67a9c75f469f04d8259afdb (diff) | |
parent | 475cf3d1bc5ede2ba3e9388edf1b12345ebf5986 (diff) | |
download | libayatana-indicator-a1fa7baf4cdc6b0a29ba2d04e89691e6f1f02b72.tar.gz libayatana-indicator-a1fa7baf4cdc6b0a29ba2d04e89691e6f1f02b72.tar.bz2 libayatana-indicator-a1fa7baf4cdc6b0a29ba2d04e89691e6f1f02b72.zip |
Merging in upstream code to split out libindicate-gtk
Diffstat (limited to 'examples/listen-and-print.c')
-rw-r--r-- | examples/listen-and-print.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/listen-and-print.c b/examples/listen-and-print.c index dcad92b..57cb7be 100644 --- a/examples/listen-and-print.c +++ b/examples/listen-and-print.c @@ -21,6 +21,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #include <glib.h> #include "libindicate/listener.h" +#include "libindicate-gtk/listener.h" static void show_property_cb (IndicateListener * listener, IndicateListenerServer * server, IndicateListenerIndicator * indicator, gchar * property, gchar * propertydata, gpointer data) |