Re: Private function



В Чтв, 30/11/2006 в 14:58 +0100, David Nečas (Yeti) пишет:
> On Thu, Nov 30, 2006 at 04:47:27PM +0300, Eugene Zagidullin wrote:
> > On Thu, 30 Nov 2006 16:08:52 +0300
> > "Andrew E. Makeev" <andrew solvo ru> wrote:
> > 
> > AEM> Is there reason why function:
> > AEM> 
> > AEM> _gtk_tree_view_volumn_autosize( GtkTreeView *tree,
> > 
> > Maybe just add it's declaration in any your .h file manually?
> 
> If the function is private, it is not visible outside the
> library [on sane systems].
> 
> Yeti

right, '_' prefix makes function "very" private, and you can't use it
anywhere outside library.

-andrew





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]