Re: bonobo_object_ref
- From: Maciej Stachowiak <mjs eazel com>
- To: Michael Meeks <mmeeks gnu org>
- Cc: Miguel de Icaza <miguel helixcode com>,gnome-components-list gnome org
- Subject: Re: bonobo_object_ref
- Date: 03 Aug 2000 21:47:59 -0700
Michael Meeks <michael@helixcode.com> writes:
> I'd like to update this function to do:
>
> BonoboObject *bonobo_object_ref (BonoboObject *object);
>
> Merely to reduce line count in some places; it seems fairly
> harmless;
>
> Any objections ?
So instead of
bonobo_object_ref (some_object);
do_something_else (some_object);
you'd do:
do_something_else (bonobo_object_ref (some_object));
?
That doesn't seem like a very useful way of decreasing the line count,
and it reduces the clarity of the `ref' operation, but it seems like
it might be mildly convenient I guess.
- Maciej
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]