Re: [Ekiga-devel-list] [RFC] Plugin metadata

2007-03-13 Thread Julien Puydt
Jan Schampera a écrit : >> The point is that normal people shouldn't look at the plugins ;-) > > It was meant for an interactive loader system from the preferences, > then users need to know a bit more than the filename IMHO. > Future scenarios, you know ;) My idea was that the plugin would be lo

Re: [Ekiga-devel-list] [RFC] Plugin metadata

2007-03-13 Thread Jan Schampera
On Tue, 13 Mar 2007 21:43:18 +0100 Julien Puydt <[EMAIL PROTECTED]> wrote: > > 1. Plugin identification for users > > [...] > The point is that normal people shouldn't look at the plugins ;-) It was meant for an interactive loader system from the preferences, then users need to know a bit more t

Re: [Ekiga-devel-list] [RFC] Plugin metadata

2007-03-13 Thread Julien Puydt
Jan Schampera a écrit : > Hi devs! > > The current plugin metadata definition is as follows: > > /-- > | typedef struct _GmPluginInfo GmPluginInfo; > | > | #define GM_PLUGIN_VERSION 0 > | > | struct _GmPluginInfo > | { > | guint version; > | gboolean (*init) (G

[Ekiga-devel-list] [RFC] Plugin metadata

2007-03-13 Thread Jan Schampera
Hi devs! The current plugin metadata definition is as follows: /-- | typedef struct _GmPluginInfo GmPluginInfo; | | #define GM_PLUGIN_VERSION 0 | | struct _GmPluginInfo | { | guint version; | gboolean (*init) (GmServices *); | }; \--