diff options
author | Ted Gould <ted@canonical.com> | 2009-08-03 18:50:57 +0100 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-03 18:50:57 +0100 |
commit | b3d3f3de3bb73ac8cc77ed5c8bde5aeb76073af2 (patch) | |
tree | 34ef8db1cf698114b04b736ef432c6bdc39c208c /libindicate/server.h | |
parent | 573c458ef73f399868624e0446f69dc03ced69cb (diff) | |
download | libayatana-indicator-b3d3f3de3bb73ac8cc77ed5c8bde5aeb76073af2.tar.gz libayatana-indicator-b3d3f3de3bb73ac8cc77ed5c8bde5aeb76073af2.tar.bz2 libayatana-indicator-b3d3f3de3bb73ac8cc77ed5c8bde5aeb76073af2.zip |
Adding a function to set the server of the indicator upon creation. indicate_indicator_new_with_server()
Diffstat (limited to 'libindicate/server.h')
-rw-r--r-- | libindicate/server.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libindicate/server.h b/libindicate/server.h index ef938c3..cff76c4 100644 --- a/libindicate/server.h +++ b/libindicate/server.h @@ -33,7 +33,6 @@ License version 3 and version 2.1 along with this program. If not, see #include <glib.h> #include <glib-object.h> -#include "indicator.h" #include "interests.h" G_BEGIN_DECLS @@ -72,6 +71,8 @@ struct _IndicateServer { GObject parent; }; +#include "indicator.h" + /** IndicateServerClass: @parent: Parent Class |