Various GUI updates

Thu Mar 24 19:09:33 2005  Søren Sandmann  <sandmann@redhat.com>

	* sysprof.c: Various GUI updates

	* TODO: update

	* sfile.[ch] (sformat_new_optional): Add some notes about an
	"optional" construction.
This commit is contained in:
Søren Sandmann
2005-03-25 00:12:37 +00:00
committed by Søren Sandmann Pedersen
parent 2af6447238
commit 50c62b0804
6 changed files with 219 additions and 114 deletions

16
sfile.c
View File

@ -152,6 +152,18 @@ sformat_new (gpointer f)
return sformat;
}
#if 0
SFormat *
sformat_new_optional (gpointer f)
{
SFormat *sformat = g_new0 (SFormat, 1);
Fragment *fragment = f;
sformat->begin = state_new ();
sformat->end = state_new ();
}
#endif
void
sformat_free (SFormat *format)
{
@ -657,7 +669,9 @@ static void
hook_up_pointers (SFileInput *file)
{
int i;
/* FIXME: we need to check the types here */
#if 0
g_print ("emfle\n");
#endif