diff options
author | Ted Gould <ted@canonical.com> | 2009-11-06 21:40:28 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-11-06 21:40:28 -0600 |
commit | bca77a7a1e38c1d97211394799cf103bc02b0547 (patch) | |
tree | 57f127a0edca77c5e9d4d748f0d2717adfa5c85a /src/custom-service-appstore.h | |
parent | 78a6d0dc74a7ea166e207f8036cc4930bcdcbbbd (diff) | |
download | libayatana-appindicator-bca77a7a1e38c1d97211394799cf103bc02b0547.tar.gz libayatana-appindicator-bca77a7a1e38c1d97211394799cf103bc02b0547.tar.bz2 libayatana-appindicator-bca77a7a1e38c1d97211394799cf103bc02b0547.zip |
Getting the registration signal, and passing it up the stack.
Diffstat (limited to 'src/custom-service-appstore.h')
-rw-r--r-- | src/custom-service-appstore.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/custom-service-appstore.h b/src/custom-service-appstore.h index e1cb52a..7263617 100644 --- a/src/custom-service-appstore.h +++ b/src/custom-service-appstore.h @@ -29,11 +29,11 @@ struct _CustomServiceAppstore { GType custom_service_appstore_get_type (void); void custom_service_appstore_application_add (CustomServiceAppstore * appstore, - gchar * dbus_name, - gchar * dbus_object); + const gchar * dbus_name, + const gchar * dbus_object); void custom_service_appstore_application_remove (CustomServiceAppstore * appstore, - gchar * dbus_name, - gchar * dbus_object); + const gchar * dbus_name, + const gchar * dbus_object); G_END_DECLS |