aboutsummaryrefslogtreecommitdiff
path: root/libindicator/indicator-object.h
diff options
context:
space:
mode:
Diffstat (limited to 'libindicator/indicator-object.h')
-rw-r--r--libindicator/indicator-object.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libindicator/indicator-object.h b/libindicator/indicator-object.h
index 9c6c103..fd7f470 100644
--- a/libindicator/indicator-object.h
+++ b/libindicator/indicator-object.h
@@ -27,6 +27,7 @@ struct _IndicatorObject {
};
GType indicator_object_get_type (void);
+IndicatorObject * indicator_object_new_from_file (const gchar * file);
G_END_DECLS