~robertcarr/webapps-old/libunity-webapps

« back to all changes in this revision

Viewing changes to src/unity-webapps.h

  • Committer: Robert Carr
  • Date: 2011-11-16 17:02:01 UTC
  • Revision ID: racarr@canonical.com-20111116170201-mkio6hi3tu1our3k
For libraries like notify we will need a whole library initialization function in addition to the per context initialization

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
typedef struct _UnityWebappsContext UnityWebappsContext;
31
31
 
 
32
void unity_webapps_init (const gchar *name);
 
33
 
32
34
UnityWebappsContext *unity_webapps_context_init(const gchar *name);
33
35
void unity_webapps_context_close (UnityWebappsContext *context);
34
36