Mercurial
>
pidgin3
/ file comparison
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
file
latest
revisions
annotate
diff
comparison
raw
comparison: src/gtkdebug.c
src/gtkdebug.c
changeset 7035
76bca80cd91d
parent 6982
12f08de92674
child 7108
82655fa54acb
equal
deleted
inserted
replaced
7034:b1d44fe5f072
7035:76bca80cd91d
339
{
339
{
340
gaim_gtk_debug_print
340
gaim_gtk_debug_print
341
};
341
};
342
342
343
GaimDebugUiOps *
343
GaimDebugUiOps *
344
gaim_get_gtk_debug_ui_ops(void)
344
gaim_gtk_debug_get_ui_ops(void)
345
{
345
{
346
return &ops;
346
return &ops;
347
}
347
}
348
348