mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
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:
committed by
Søren Sandmann Pedersen
parent
2af6447238
commit
50c62b0804
16
sfile.c
16
sfile.c
@ -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
|
||||
|
||||
Reference in New Issue
Block a user