repo.or.cz
/
vala-lang.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
D-Bus: Emit cast to avoid C warning for signal handling in clients
[vala-lang.git]
/
vapi
/
packages
/
purple
/
purple-custom.vala
blob
14b283934b65a6361695dc860957a54d221debf6
1
namespace
Purple
{
2
[
CCode
(
cheader_filename
=
"purple.h"
)]
3
public static
bool
markup_find_tag
(
string
needle
,
string
haystack
,
out
string
start
,
out
string
end
,
out
GLib
.
Datalist attributes
);
4
}