delorie.com/archives/browse.cgi | search |
X-Authentication-Warning: | delorie.com: mail set sender to geda-user-bounces using -f |
X-Recipient: | geda-user AT delorie DOT com |
DKIM-Signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; |
d=gmail.com; s=gamma; | |
h=date:from:to:subject:message-id:mail-followup-to:references | |
:mime-version:content-type:content-disposition:in-reply-to | |
:user-agent; | |
bh=+Cqtur9FkPt5/nr/9yvwSTBW/ORRRebJj7bbYjhh2WQ=; | |
b=A21ZYVLYiflA9PZlMy4BH+PwHquUXs49TFKRDNHuRiVdk8No1p1DxL7Zy9xKnZRfn8 | |
jcCmvXOP2QwgqTcX0QgZcd4ScmtuS+3lulJbKj6g824BldkPmi2US906adkyKaYn1S+B | |
BzgZLt57SuhiTeccQrd+fhb9NM4hBgMzm58GQ= | |
Date: | Mon, 19 Dec 2011 21:47:52 +0400 |
From: | Vladimir Zhbanov <vzhbanov AT gmail DOT com> |
To: | geda-user AT delorie DOT com |
Subject: | Re: [geda-user] gschlas - what does it do? |
Message-ID: | <20111219174752.GB2977@localhost.localdomain> |
Mail-Followup-To: | geda-user AT delorie DOT com |
References: | <CANqhZFwzurkMvCoFoLxeZWhgM9jjyw_1zRtc6z4pTFmGbnpYBg AT mail DOT gmail DOT com> |
MIME-Version: | 1.0 |
In-Reply-To: | <CANqhZFwzurkMvCoFoLxeZWhgM9jjyw_1zRtc6z4pTFmGbnpYBg@mail.gmail.com> |
User-Agent: | Mutt/1.5.21 (2010-09-15) |
Reply-To: | geda-user AT delorie DOT com |
Errors-To: | nobody AT delorie DOT com |
X-Mailing-List: | geda-user AT delorie DOT com |
X-Unsubscribes-To: | listserv AT delorie DOT com |
On Mon, Dec 19, 2011 at 05:16:35PM +0000, Gareth Edwards wrote: > Hi all, > > I'm attempting to document gschlas but it doesn't have any existing > documentation as far as I can tell, either as READMEs or embedded in > the source code. > > >From a brief peruse of the sources themselves, I think it has the > ability to pack and unpack embedded components and pictures from > schematics, but I don't know if this is the sole purpose of the tool > or not. > > Can anyone shed any light? > > Cheers > Gareth See sources (very short file gschlas.c): ... if (embed_mode) { s_util_embed(pr_current, TRUE); } if (unembed_mode) { s_util_embed(pr_current, FALSE); } /* save all the opened files */ s_page_save_all(pr_current); s_page_delete_list (pr_current); gschlas_quit(); exit(0); -- VZh http://vzhbanov.byethost33.com
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |